Understand API data limits, usage expectations, and best practices for managing large requests.
offset
and limit
parameters. Requests exceeding this threshold will result in an error.
startTime
and endTime
parameters:
Outcome: The requested data exceeds the 10GB limit. To retrieve the entire dataset, consider splitting the month into two smaller jobs, each covering roughly half of the month.
offset
and limit
parameters to retrieve data incrementally, ensuring each request stays under the limit.