GET {{baseUrl}}/contact_center/tasks?task_status=wrapping&queue_id=<string>&engagement_id=<string>&next_page_token=<string>
Use this API to return a list of tasks. Scopes: Rate Limit Label: contact_center_task:read:admin
Medium
Body
PARAM
Key | Datatype | Required | Description |
task_status
|
string | The task's status: * `pending` * `reserved` * `assigned` * `canceled` * `completed` * `wrapping` | |
queue_id
|
string | The task's queue ID. | |
engagement_id
|
string | The task's engagement ID. | |
next_page_token
|
string | Use the next page token to paginate through large result sets. A next page token returns whenever the set of available results exceeds the current page size. This token's expiration period is 15 minutes. |
HEADERS
Key | Datatype | Required | Description |
Accept
|
string |
RESPONSES
status OK
{
"next_page_token": "<string>",
"page_s Curl curl -X GET 'https://api.zoom.us/v2/contact_center/tasks?task_status=wrapping&queue_id=<string>&engagement_id=<string>&next_page_token=<string>?task_status=wrapping&queue_id=<string>&engagement_id=<string>&next_page_token=<string>' -H 'Accept: application/json' ENDPOINTS |