Skip to main content

PaginationMetaData

total_countTotal Count (integer)required

Total number of records

returned_countReturned Count (integer)required

Number of messages in this response

has_moreHas More (boolean)required

Whether more messages exist

next_cursor object

Cursor for next page

anyOf
string
prev_cursor object

Cursor for previous page

anyOf
string
PaginationMetaData
{
"total_count": 0,
"returned_count": 0,
"has_more": true,
"next_cursor": "string",
"prev_cursor": "string"
}