{"componentChunkName":"component---src-templates-api-page-tsx","path":"/api/releases/list-a-releases-deploys/","result":{"data":{"openApi":{"id":"4c29016f-7719-5da8-b5e6-acacef603b88","path":{"description":"Return a list of deploys for a given release.","method":"get","operationId":"List a Release's Deploys","summary":null,"tags":["Releases"],"apiPath":"/api/0/organizations/{organization_slug}/releases/{version}/deploys/","readableUrl":"/api/releases/list-a-releases-deploys/","parameters":[{"schema":{"type":"string","format":null,"enum":null},"name":"organization_slug","in":"path","description":"The slug of the organization.","required":true},{"schema":{"type":"string","format":null,"enum":null},"name":"version","in":"path","description":"The version identifier of the release.","required":true}],"responses":[{"content":{"content_type":"application/json","example":"[\n  {\n    \"environment\": \"prod\",\n    \"name\": null,\n    \"url\": null,\n    \"dateStarted\": null,\n    \"dateFinished\": \"2020-08-31T19:40:38.651670Z\",\n    \"id\": \"1234567\"\n  }\n]","schema":"{\n  \"type\": \"array\",\n  \"items\": {\n    \"type\": \"object\",\n    \"required\": [\n      \"environment\",\n      \"name\",\n      \"dateStarted\",\n      \"dateFinished\",\n      \"url\",\n      \"id\"\n    ],\n    \"properties\": {\n      \"environment\": {\n        \"type\": \"string\"\n      },\n      \"name\": {\n        \"type\": \"string\",\n        \"nullable\": true\n      },\n      \"dateStarted\": {\n        \"type\": \"string\",\n        \"format\": \"date-time\",\n        \"nullable\": true\n      },\n      \"dateFinished\": {\n        \"type\": \"string\",\n        \"format\": \"date-time\"\n      },\n      \"url\": {\n        \"type\": \"string\",\n        \"nullable\": true\n      },\n      \"id\": {\n        \"type\": \"string\"\n      }\n    }\n  }\n}"},"description":"Success","status_code":"200"},{"content":null,"description":"Forbidden","status_code":"403"},{"content":null,"description":"Not Found","status_code":"404"}],"requestBody":null,"security":[{"auth_token":["project:releases"]}]}}},"pageContext":{"id":"4c29016f-7719-5da8-b5e6-acacef603b88","title":"List a Release's Deploys"}},"staticQueryHashes":["1218203755","1222113826","1222113826","1766336459","2158593473","3990806462","4015007367","4192517163"]}