Read Deployment
Get a deployment by id.
Path parameters
The deployment id
The deployment id
Headers
Response
Successful Response
Example response
{
"schedule": {
"timezone": "America/New_York"
},
"schedules": [
{
"schedule": {
"timezone": "America/New_York"
}
}
],
"tags": [
"tag-1",
"tag-2"
]
}Changes
Changed in 4 of the 50 revisions of this API.8
- ○
added the optional property
schedules/items/catchupto the response with the200statusresponse-optional-property-added
- ○
added the optional property
schedules/items/max_active_runsto the response with the200statusresponse-optional-property-added
- ○
added the optional property
schedules/items/max_scheduled_runsto the response with the200statusresponse-optional-property-added
- ○
- ○
added the optional property
job_variablesto the response with the200statusresponse-optional-property-added
- ○
- ○
the response property
flow_idbecame required for the status200response-property-became-required
- ○
the response property
namebecame required for the status200response-property-became-required
- ○
- ○
added the optional property
pausedto the response with the200statusresponse-optional-property-added
- ○
added the optional property
schedulesto the response with the200statusresponse-optional-property-added
- ○