Skip to main content
GET
Get the user's cursor-paginated list summaries

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Query Parameters

cursor
string

Opaque cursor from a previous response's nextCursor. Keep other query parameters identical while paging.

limit
integer
default:50
Required range: 1 <= x <= 100

Response

List summaries for the authenticated user

items
object[]
required
nextCursor
string | null
required