Get all tests

Retrieves all tests for date range

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

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.
Query Params
int32
required

Epoch Unix Timestamp (seconds), maximum 12 months ago

int32

Epoch Unix Timestamp (seconds), maximum 12 months ago, default now

int32

Site ID

int32

URL ID

string

URL page label (e.g. "Home")

string

Test location ID (e.g. "us-west-1")

string

Browser name

int32

Test status: Queued = -2; Failed = -1; Succeeded = 0;

int32
Defaults to 1

Page number

int32
Defaults to 10

Number of tests per request, maximum 100

Responses

Language
Credentials
Basic
base64
:
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json