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
- 200
- 400
- 401
- 403
- 404
- 422
- 429
The record
Error
Error
Error
Error
Validation Error
Error