List Catalog Items
Catalogs
List Catalog Items
List items in a catalog with pagination, search, and filtering.
Args: catalog_id: The catalog ID limit: Maximum number of items to return (default: 50, max: 1000) offset: Number of items to skip search: Text search across all fields sort: Sort by field and direction (field:asc or field:desc)
Returns: Paginated list of catalog items
GET
List Catalog Items
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Headers
Path Parameters
Query Parameters
Required range:
1 <= x <= 1000Required range:
x >= 0Search across all fields
Alias for search across all fields
Sort by field:direction (e.g., created_at:desc)
Response
Successful Response