v1

latestOpenAPI 3.1.02026-07-2637098.0 KB

Get a deploy

Get the details for a particular deployment.

get/deploys/{deploy_id}

Path parameters

deploy_idinteger required

Response

200

deploy_idinteger
site_idinteger
timestampinteger
statusstring
note_idinteger
notestring
detailstring

Example response

{
  "deploy_id": 2622811,
  "site_id": 217923,
  "timestamp": 1631129913,
  "status": "completed",
  "tests-completed": [
    {
      "test_id": "210908_RC_7ab3fa5a2229a69c1d79cb79bed4a31a",
      "url_id": 275674,
      "region": "ap-northeast-2",
      "browser": "chrome-fibre"
    }
  ],
  "note_id": 2622811
}