Error when running public API if limit is greater than 400
Symptoms
When running the public API:
GET /api/v2/reports/{report_id}
You receive an error if the limit is greater than 400.
Resolving the problem
To prevent this error, include the without_limit=true
parameter.