30 items are returned per page. You can specify the number of items to return per page by passing the page[size] parameter.
meta and links objects for navigating results:
page[cursor] parameter with the value from either meta.next_cursor or meta.prev_cursor from a paginated response.
meta.prev_cursor will be null on the first page and meta.next_cursor will be null on the last page.