Get one object

View as Markdown
Fetches a single object by id within a space, with `data`, per-field `fieldMeta` (`modifiedBy`/`modifiedAt`, `source?`, `locked?`), when AI-imported `provenance` and `review`, and when produced by an action run an `origin` `{ actionRunId?, playbookRunId? }` — all inline. Authorization: requires `space:read` on `:spaceId` — lacking it gives **404** (leak-guard); an unknown/soft-deleted object also 404s.

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Path parameters

spaceIdstringRequired
definitionIdstringRequired
objectIdstringRequired

Response

The object.
objectobject

Errors

404
Not Found Error