Logo
Zoom Public API Documentation

Get a task

GET {{baseUrl}}/contact_center/tasks/:taskId

Use this API to return information about a task.

Scopes: contact_center_task:read:admin

Rate Limit Label: 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>" }



Curl
curl -X GET 'https://api.zoom.us/v2/contact_center/tasks/:taskId' -H 'Accept: application/json'

ENDPOINTS