Search objects within a space
POST/v1/spaces/:space_id/search
Performs a search within a single space (specified by the space_id
path parameter). Like the global search, it accepts pagination parameters and a JSON payload containing the search query
, types
, and sorting preferences. The search is limited to the provided space and returns a list of objects that match the query. This allows clients to implement space‑specific filtering without having to process extraneous results.
Request
Responses
- 200
- 401
- 500
The list of objects matching the search criteria
Unauthorized
Internal server error