Skip to main content

Get a record by id

GET 

/v1/objects/:entity/:entity_id

Fetch one record by id, with its standard fields and its custom-field values.

Returns 404 when the id does not exist in your organization — records are always scoped to the API key's organization, so an id from another tenant is indistinguishable from one that was never there.

Requires the matching {entity}:read scope.

Request

Responses

The record