Search Collections
Search collections using free-text relevance matching.
Returns a bounded relevance-ranked result set and does not return next_page.
For deterministic chronological pagination, use GET /v2/collections.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
Optional inclusive lower bound for collection creation time (ISO 8601).
The timestamp must include a timezone offset such as Z or +01:00.
"2025-04-01T14:30:45Z"
Optional inclusive upper bound for collection creation time (ISO 8601).
The timestamp must include a timezone offset such as Z or +01:00.
"2025-04-30T23:59:59Z"
Optional inclusive lower bound for collection update time (ISO 8601).
The timestamp must include a timezone offset such as Z or +01:00.
"2025-04-01T14:30:45Z"
Optional inclusive upper bound for collection update time (ISO 8601).
The timestamp must include a timezone offset such as Z or +01:00.
"2025-04-30T23:59:59Z"
Optional text query for relevance matching across collections. If omitted, search can still return a bounded general set.
Response
OK