Enumerate cluster identifiers
POST/v2/clusters/ids
Returns only the global and legacy identifiers for every cluster in the catalogue, ordered by creation date.
The endpoint is intended for downstream systems that need to enumerate the catalogue in bulk, for example to populate a reindex queue. Optional category filtering scopes the enumeration to a single category and all of its descendants. Page sizes up to ten thousand are accepted.
Request
Responses
- 200
- 400
- 401
- 403
- 500
Records matching the query were retrieved successfully.
The request payload, path, or query parameters failed validation.
Authentication credentials are missing or invalid.
The authenticated caller is not permitted to perform the operation.
An unexpected error prevented the request from completing.