v1
latestOpenAPI 3.0.32026-07-24198357534.7 KBClassification & Catalog
This endpoint provides a paginated list of Catalogs, it can be paginated with the pagination=true parameter
Retrieves the collection of Catalog resources.
get/catalogs
Query parameters
pageinteger
The collection page number
limitinteger
The number of items per page
paginationboolean
Enable or disable pagination
idstring
id[]string[]
objectType'asset' | 'document'
Response
Catalog collection
Example response
[
{
"id": "identifier_example"
}
]