Query records (hosted RecordStore.query)

Hosted fulfillment of the runtime RecordStore seam. Returns every record matching the optional type / name / chip-filter where, scoped to the authenticated caller, ordered most-recently-updated first. Requires an Enterprise plan: ineligible accounts receive 403 (code BYOC_PLAN_REQUIRED).

Authentication

AuthorizationBearer
API key or Clerk session token

Request

This endpoint expects an object.
namestringOptional>=1 character
typestringOptional>=1 character
whereobjectOptional

Response

The matching records (dates as ISO-8601 strings)

recordslist of objects

Errors

400
Bad Request Error
401
Unauthorized Error
402
Payment Required Error
403
Forbidden Error
404
Not Found Error
429
Too Many Requests Error
500
Internal Server Error