data property and have a has_more property that indicates whether you have reached the end of the last page. You can use the starting_after and ending_before query parameters to browse pages.
Pagination Parameters
Number of objects to return. Maximum of 100.
Cursor for use in pagination. Return the next page starting after this object ID.
Cursor for use in pagination. Return the previous page ending before this object ID.