Search objects across all spaces
POST/search
Executes a global search over every space accessible by the authenticated user. The request body must specify the query
text, optional filters on object types (e.g., "page", "task"), and sort directives (default: descending by last updated timestamp). Pagination is controlled via offset
and limit
query parameters to facilitate lazy loading in client UIs. The response returns a unified list of matched objects with their metadata and properties.
Request
Responses
- 200
- 401
- 500
The list of objects matching the search criteria
Unauthorized
Internal server error