Learn how to paginate and filter responses from the Cortex API.
page
and take
query parameters to control pagination:
page
: Specifies the page number to retrieve. Default is 1
.take
: Specifies the number of records per page. Default is 100
./collections
endpoint supports the following filters:
search
: Search for a specific term within the response.visibility
: Filter collections by visibility status.tags
: Filter collections by associated tags.