Skip to main content
GET
List the endpoint catalogue

Response

The catalogue.

Cursor pagination, used by every list in this API. Ask for the next page by passing next_cursor back as cursor; stop when has_more is false. Cursors are opaque and stable across inserts — never build one yourself.

data
object[]
required
has_more
boolean
required
next_cursor
string | null
required

Cursor of the next page, null on the last one.