GET {{baseUrl}}/contact_center/tasks/:taskId
Use this API to return information about a task. Scopes: Rate Limit Label: contact_center_task:read:admin
Light
Body
PARAM
Key | Datatype | Required | Description |
HEADERS
Key | Datatype | Required | Description |
Accept
|
string |
RESPONSES
status OK
{
"task_id": "<string>",
"workspace_id": "<string>",
"task_timeout": "<integer>",
"task_priority": "<integer>",
"task_status": "pending",
"channel_id": "<string>",
"channel_name": "default",
"queue_id": "<string>",
"queue_name": "<string>",
"flow_id": "<string>",
"flow_name": "<string>",
"engagement_id": "<string>",
"caller_number": "<string>",
"callee_number": "<string>",
"assigned_user_id": "<string>",
"auto_assign": "<boolean>",
"created_time": "<dateTime>",
"last_modified_time": "<dateTime>"
} |
ENDPOINTS