Get a deploy
Get the details for a particular deployment.
get/deploys/{deploy_id}
Path parameters
deploy_idinteger required
Response
200
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
}Changes
No recorded changes to this endpoint across all 1 revision of this API.