Calling any list method that returns multiple results, such asDocumentation Index
Fetch the complete documentation index at: https://docs.staging.metronome.com/llms.txt
Use this file to discover all available pages before exploring further.
/customers, may require pagination: multiple calls to fetch all the results. Metronome provides two URL parameters on all list endpoints for this purpose:
limitcustomizes how many results are returned per pagenext_pagespecifies the cursor to use as a starting point to fetch the next set of results
next_page value, more records exist than were returned. Include that next_page value in a subsequent query to fetch the next set of results. To fetch every result, repeat this process until next_page is null.
next_page cursor with the next request.