Get a record by id or type+name (hosted RecordStore.get)

Hosted fulfillment of the runtime RecordStore seam. Looks up a single record by id OR by (type, name), scoped to the authenticated caller. Returns { record: null } when nothing matches. 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.
objectRequired
OR
objectRequired

Response

The matched record or null
recordobject or null

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