Skip to main content
POST
cURL

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
filter_by_created_after
string<date-time> | null

Optional inclusive lower bound for collection creation time (ISO 8601). The timestamp must include a timezone offset such as Z or +01:00.

Example:

"2025-04-01T14:30:45Z"

filter_by_created_before
string<date-time> | null

Optional inclusive upper bound for collection creation time (ISO 8601). The timestamp must include a timezone offset such as Z or +01:00.

Example:

"2025-04-30T23:59:59Z"

filter_by_updated_after
string<date-time> | null

Optional inclusive lower bound for collection update time (ISO 8601). The timestamp must include a timezone offset such as Z or +01:00.

Example:

"2025-04-01T14:30:45Z"

filter_by_updated_before
string<date-time> | null

Optional inclusive upper bound for collection update time (ISO 8601). The timestamp must include a timezone offset such as Z or +01:00.

Example:

"2025-04-30T23:59:59Z"

query
string | null

Optional text query for relevance matching across collections. If omitted, search can still return a bounded general set.

Response

200 - application/json

OK

request_id
string
required

Identifier for this API request. Useful for tracing and support.

results
CollectionSearchItemResponseSchema · object[]
required

Relevance-ranked collection results matching the search request.

total
integer
required

Number of collections returned by this bounded search response.