I am querying the following API endpoint:
The documentation makes no mention of pagination, for example the "nextRecordsUrl" key, as can be present when querying Contacts for an Account via SOQL query (https://developer.salesforce.com/docs/atlas.en-us.api_rest.meta/api_rest/resources_query.htm)
I find the documentation very hard to search, but does anyone know if endpoint response can possibly be paginated, e.g. if there are > 2000 report instances?
If you could point me in the direction of some documentation, I would be grateful.