Get a record

View as Markdown

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

projectIdstringRequired
The parent project id.
objectIdstringRequired

The project-scoped object definition id.

recordIdstringRequired
The record id.

Response

The record.
recordmap from strings to any
An arbitrary JSON object.

Errors

401
Unauthorized Error
403
Forbidden Error
404
Not Found Error