limit and cursor.
Management API list methods use cursor-based pagination through the cursor parameter. After fetching the first page of resources, the response body will contain metadata information containing next_cursor token used to navigate to the next page.
JSON
URL query
prev_cursor token from the response metadata to navigate backwards.