List worker channel
TODO: Resource-level docs
Path parameters
-
The SID of the Workspace with the WorkerChannels to read.
-
The SID of the Worker with the WorkerChannels to read.
Query parameters
-
PageSize integer
How many resources to return in each list page. The default is 50, and the maximum is 1000.
Minimum value is
1
, maximum value is1000
.
GET /v1/Workspaces/{WorkspaceSid}/Workers/{WorkerSid}/Channels
curl \
-X GET https://taskrouter.twilio.com/v1/Workspaces/{WorkspaceSid}/Workers/{WorkerSid}/Channels \
--user "username:password"
Response examples (200)
{
"channels": [
{
"account_sid": "string",
"assigned_tasks": 42,
"available": true,
"available_capacity_percentage": 42,
"configured_capacity": 42,
"date_created": "2023-05-04T09:42:00+00:00",
"date_updated": "2023-05-04T09:42:00+00:00",
"sid": "string",
"task_channel_sid": "string",
"task_channel_unique_name": "string",
"url": "https://example.com",
"worker_sid": "string",
"workspace_sid": "string"
}
],
"meta": {
"first_page_url": "https://example.com",
"key": "string",
"next_page_url": "https://example.com",
"page": 42,
"page_size": 42,
"previous_page_url": "https://example.com",
"url": "https://example.com"
}
}
Response examples (200)
{
"channels": [
{
"account_sid": "string",
"assigned_tasks": 42,
"available": true,
"available_capacity_percentage": 42,
"configured_capacity": 42,
"date_created": "2024-05-04T09:42:00+00:00",
"date_updated": "2024-05-04T09:42:00+00:00",
"sid": "string",
"task_channel_sid": "string",
"task_channel_unique_name": "string",
"url": "https://example.com",
"worker_sid": "string",
"workspace_sid": "string"
}
],
"meta": {
"first_page_url": "https://example.com",
"key": "string",
"next_page_url": "https://example.com",
"page": 42,
"page_size": 42,
"previous_page_url": "https://example.com",
"url": "https://example.com"
}
}