Query Documents
Authentication
Enter your API key with the Bearer prefix, e.g. ‘Bearer sk_…’.
Path parameters
Store id (prefixed external id, store_...).
Collection name (lowercase letters, digits, _, -).
Headers
Request
Filters, ANDed. Only top-level string / number / boolean / null fields are queryable.
The next_cursor of the previous page; must belong to the same ordering.
Set false to return index rows only; bodies are included when omitted.
Response headers
Response
Opaque keyset cursor for the next page. Pass back as the
cursor request parameter. null when the caller has
reached the end of the list (has_more is also false
in that case).