sort_bywhich supports some timestamp, integer and string keys. Valid sort keys are noted in documentation where applicable. Sort key is optional.sort_orderspecifies either ASC or DESC ordering for the sort key. Optional, ASC by default.cursorreturned by the previous list request. Do not specify for the initial listing API call.limitconstrains the number of results to be returned. Defaults to 100 for most endpoints.show_total_countcauses thetotal_countfield (total number of entities matching the query) to be returned in the pagination metadata.
Request
Response
has_more field is true, use the returned cursor in an additional request to fetch the next page of results.
show_total_count has a performance cost, so it defaults to false. We recommend only setting this flag when specifically needed.