Skip to content

The pagination object

Accompanies every list response. Drive the loop by has_more, never by the size of data — see Pagination.

limitinteger

Number of resources requested.

has_moreboolean

Whether another page is available. A page can be short or empty while this is true, so always continue while it is true instead of relying on the size of data.

next_cursorstringnullable

Signed opaque cursor for the next page.