Get a record
Returns a single live record by id. 404 when missing, soft-deleted, or off the named object. Requires data-record:read on the project.
Authentication
AuthorizationBearer
WorkOS session JWT or an organization API key, sent as Authorization: Bearer <token>.
Path parameters
projectId
The parent project id.
objectId
The project-scoped object definition id.
recordId
The record id.
Response
The record.
record
An arbitrary JSON object.
Errors
401
Unauthorized Error
403
Forbidden Error
404
Not Found Error