List Collections
List collections visible to the authenticated caller with cursor pagination.
Results are ordered by order_by and return next_page when additional rows are available.
For relevance-ranked retrieval by query, use POST /v2/collections/search.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
Maximum number of collections in this page. Use smaller values for lower latency. Default is 50; valid range is 1 to 100.
1 <= x <= 100Opaque cursor from a previous list response.
Omit for the first page.
IMPORTANT: Reuse with the same filters and order_by settings.
Sort key for pagination boundaries.
Use updated_at (default) for recency feeds.
Use created_at for creation-order views.
created_at, updated_at Optional inclusive lower bound for collection creation time (ISO 8601).
The timestamp must include a timezone offset such as Z or +01:00.
Optional inclusive upper bound for collection creation time (ISO 8601).
The timestamp must include a timezone offset such as Z or +01:00.
Optional inclusive lower bound for collection update time (ISO 8601).
The timestamp must include a timezone offset such as Z or +01:00.
Optional inclusive upper bound for collection update time (ISO 8601).
The timestamp must include a timezone offset such as Z or +01:00.
Response
OK
Identifier for this API request. Useful for tracing and support.
Page of collection results matching the requested sort.
Total number of matching collections before pagination is applied.
Opaque cursor for the next page of collection results.
null when there are no more results.