Skip to main content

ListResponse[str]

Paginated response containing str records. The required field is items.

itemsstring[]required

List of resource items

next_cursor object

Cursor for next page

anyOf
string
has_moreHas More (boolean)

Whether more pages exist

Default value: false
ListResponse[str]
{
"items": [
"string"
],
"next_cursor": "string",
"has_more": false
}