Get Deployment
Deployments
Get Deployment
Get full details of a deployment including its agent version, connection config, inbound schedule, and current status.
GET
Get Deployment
Authorizations
Response
Successful Response
Full deployment details including agent configuration, inbound settings, and status.
Unique identifier for the deployment
Example:
"dep-a1b2c3d4"
ID of the agent
Example:
"my-support-agent"
Version of the agent
Example:
3
Telephony connection configurations
Direction of calls (inbound, outbound, or both)
Available options:
inbound, outbound, inbound_outbound User who created this deployment
Example:
"user@company.com"
Timestamp when created (ISO 8601)
Example:
"2026-03-01T10:00:00Z"
Timestamp when last updated (ISO 8601)
Example:
"2026-03-15T14:30:00Z"
Name of the deployment
Current status of the deployment
Available options:
active, paused Optional description
Inbound call schedule configuration
Example:
{
"start_time": "09:00",
"end_time": "18:00",
"allowed_days": [
"Monday",
"Tuesday",
"Wednesday",
"Thursday",
"Friday"
],
"timezone": "Asia/Kolkata"
}User who last updated this deployment