Back to All

Daily Logs - Pagination

We are using the HOS daily-logs endpoint to get the drivers daily summary. If we call the endpoint for a single date, the endpoint returns 512 records, and the hasNextPage property is true - so we make a subsequent call to fetch more records.

We are hitting an issue where the first 5 pages returns 512 records, and the subsequent 11 pages return between 25 and 40 records on each request. The time taken to complete each request appears to be constant. Why do we get an inconsistent number of records?

The last pagination request returns with the following error:

{"message":"Internal Server Error","requestId":"ptjravzm-wntlexvd"}