next and previous cursors to navigate through pages. See Pagination for details on how to use cursor-based pagination.
Fields
object[]
required
boolean
required
Whether there are more results available beyond this page.
string
Cursor to fetch the next page. Pass this as
cursor in your next request.string
Cursor to fetch the previous page. Pass this as
cursor in your next
request.