Deployments
Get Deployment Details
Get detailed information about a specific deployment.
GET
Authorizations
API key for authentication
Path Parameters
ID of the deployment
Response
200
application/json
Detailed deployment information
Unique identifier for the deployment
ISO timestamp when the deployment starts
ISO timestamp when the deployment should end
ISO timestamp when the deployment was stopped, null if still active
Type of deployment - either inbound or outbound calls
Available options:
inbound
, outbound
ID of the workflow release associated with the deployment
Configuration for the call, structure varies based on call_type
Example:
{
"max_attempts": 3,
"call_window": {
"start_time": "09:00",
"end_time": "17:00"
}
}
Timezone for the deployment
Example:
"America/New_York"
Details of the associated workflow release