Retrieves all tests for date range

This endpoint allows you to request your synthetic test data for the date range, region, browser etc. (see full list of parameters).

Please note that this endpoint returns all tests including failed and queued. If you'd like to return only successful tests please pass status parameter with value 0.

Test Statuses

Queued = -2;
Failed = -1;
Succeeded = 0;

See also Interpreting failed test status code

Browser names

See the list of available browsers

Regions

See all test agent locations

Error codes

HTTP codeErrorReason
422Invalid request parameters.
Language
Authorization
Basic
base64
:
Click Try It! to start a request and see the response here!