Skip to main content

PaginationMeta

Pagination metadata included in every list response. Use offset and limit to navigate through pages.

offsetinteger

Current offset

Example: 0
limitinteger

Page size

Example: 20
totalinteger

Total number of records

Example: 87
PaginationMeta
{
"offset": 0,
"limit": 20,
"total": 87
}