Search objects across all spaces
POST/v1/search
Executes a global search over all spaces accessible to the authenticated user. The request body must specify the query
text (currently matching only name and snippet of an object), optional filters on types (e.g., "page", "task"), and sort directives (default: descending by last modified date). 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