Skip to main content
GET
List Catalog Items

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

X-Organization-Id
string | null

Path Parameters

catalog_id
string
required

Query Parameters

limit
integer
default:50
Required range: 1 <= x <= 1000
offset
integer
default:0
Required range: x >= 0
search
string | null

Search across all fields

search_query
string | null

Alias for search across all fields

sort
string | null

Sort by field:direction (e.g., created_at:desc)

Response

Successful Response