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.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
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 order_by value.
Sort key for pagination boundaries.
Use updated_at (default) for recency feeds.
Use created_at for creation-order views.
created_at, updated_at 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.