Get an object
Retrieves a specific object by its ID from the specified collection. Returns the object with all its properties.
Get an object
Retrieves a specific object by its ID from the specified collection. Returns the object with all its properties.
Endpoint
GET/v1/objects/{collection}/{id}
Rate limit
Tier 4Path parameters
collection
string
The collection this object belongs to.
id
string
Unique identifier for the object.
Returns
A custom Object entity which belongs to a collection.
__typename
string
The typename of the schema.
collection
string
The collection this object belongs to.
created_at
string(date-time)
Timestamp when the resource was created.
id
string
Unique identifier for the object.
properties
object(any)
The custom properties associated with the object.
updated_at
string(date-time)
The timestamp when the resource was last updated.