v1

latestOpenAPI 3.1.02026-07-2637098.0 KB

Get all deploys

get/deploys

Query parameters

site_idstring

Filter deploys to a specific site. Get site_id from /sites endpoint.

start_timestampinteger

Epoch Unix Timestamp (seconds), e.g. 1704758400 for January 9 2024.

end_timestampinteger

Epoch Unix Timestamp (seconds)

pageinteger

Page number (for paginated requests)

per_pageinteger

Number of tests per request, maximum 1000

Response

200

Example response

{
  "deploys": [
    {
      "deploy_id": 2622811,
      "site_id": 217923,
      "timestamp": 1631129913
    }
  ]
}