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 nextCursor token used to navigate to the next page.
JSON
URL query
prevCursor token from the response metadata to navigate backwards.