Skip to main content
GET
List items in a collection

Authorizations

Authorization
string
header
required

Cactal API key. Create one in the dashboard or via POST /apiKeys. The plaintext key is shown once at creation.

Path Parameters

collectionId
string
required
Minimum string length: 1

Query Parameters

cursor
string
page
integer
Required range: 1 <= x <= 9007199254740991
limit
integer
default:20
Required range: 1 <= x <= 100
depth
integer
default:0
Required range: 0 <= x <= 3
published
Allowed value: "true"
filter
string
filterLogic
enum<string>
Available options:
and,
or
sort
string

Response

One page of items.

items
object[]
required
nextCursor
string | null
required

Opaque cursor for the next page when paginating with cursor. null on the last page and when paginating with page.

nextPage
integer | null
required

Next page number when paginating with page. null on the last page and when paginating with cursor.