v36

OpenAPI 3.1.0raw.githubusercontent.com2026-08-0187270483.0 KB
Collections

Get a Collection

get/v3/collections/items

Query parameters

collectionNamestring required

The name/path of the collection. Must use only letters, digits, underscores, and dots. Each segment must start with a letter or underscore.

pageinteger

Page number for pagination

limitinteger

Number of items per page

includeSubcollectionsboolean

When true, includes items from all subcollections under the specified collection path. For example, querying "customers" with this flag will return items from "customers", "customers.premium", "customers.premium.vip", etc.

Response

The request has succeeded.

collectionIDstring required

Unique identifier for the collection

collectionNamestring required

The collection name/path. Only letters, digits, underscores, and dots are allowed.

itemCountinteger required

Number of items in the collection

pageinteger

Current page number

limitinteger

Number of items per page

totalPagesinteger

Total number of pages

createdAtstring date-time required

When the collection was created

updatedAtstring date-time

When the collection was last updated