Docs
/
/

List objects in a collection

Returns a paginated list of objects from the specified collection. Optionally includes preference data for the objects.

List objects in a collection

Returns a paginated list of objects from the specified collection. Optionally includes preference data for the objects.

Endpoint

GET/v1/objects/{collection}

Rate limit

Tier 4

Path parameters

collection
string

The collection this object belongs to.

Query parameters

after
string

The cursor to fetch entries after.

before
string

The cursor to fetch entries before.

page_size
integer

The number of items per page (defaults to 50).

include[]
enum(string)[]

Includes preferences of the objects in the response.

preferences

Returns

ListObjectsResponse

A paginated list of objects in a collection.

entries

A list of objects.

__typename
string
Required

The typename of the schema.

collection
string
Required

The collection this object belongs to.

created_at
string(date-time)

Timestamp when the resource was created.

id
string
Required

Unique identifier for the object.

properties
object(any)

The custom properties associated with the object.

updated_at
string(date-time)
Required

The timestamp when the resource was last updated.

page_info

Pagination information for a list of resources.

__typename
string

The typename of the schema.

after
string

The cursor to fetch entries after.

before
string

The cursor to fetch entries before.

page_size
integer

The number of items per page (defaults to 50).

New chat