Get a data object by id

View as Markdown

Returns an object definition in any scope. Project-scoped definitions are hidden (404) from callers without project access. Requires data-object:read.

Authentication

AuthorizationBearer

WorkOS session JWT or an organization API key, sent as Authorization: Bearer <token>.

Path parameters

idstringRequired

Response

The object definition.
definitionobject or null

Errors

401
Unauthorized Error
403
Forbidden Error
404
Not Found Error