Skip to main content
Use this endpoint to retrieve all products within a specific catalogue. Results are paginated and can be filtered by product status.

Endpoint

Authentication

Path Parameters

string
required
Your Convo project ID.

Query Parameters

string
required
The ID of the catalogue whose products you want to retrieve. You can obtain catalogue IDs from the List Catalogues endpoint.
boolean
Filter products by their active status. Pass true to return only active products, or false to return only inactive products. Omit to return all products regardless of status.
integer
Number of products to return per page. Defaults to 20.
integer
Number of records to skip for offset-based pagination. Defaults to 0.

Request Example

Response

Returns a catalogueProducts array containing product objects for the specified catalogue.
array
Array of product objects. Each object contains:

Example Response