Skip to main content
GET
cURL

Authorizations

Authorization
string
header
required

API key passed as a Bearer token in the Authorization header.

Headers

AiQL-Workspace
string
required

ID of the workspace the request operates on.

Query Parameters

limit
integer
default:20

Maximum number of items to return per page.

Required range: 1 <= x <= 100
cursor
string | null

Opaque cursor pointing to the page to fetch. Omit to start from the first page.

Response

Successful Response

data
Presentation · object[]

Items in this page.

next_cursor
string | null

Cursor to pass as cursor to fetch the next page. Null when there are no more items.

has_more
boolean
default:false

Whether more items are available after this page.