Path parameters
-
The SID of the Workspace with the Worker to fetch.
-
The SID of the Worker resource to fetch.
GET /v1/Workspaces/{WorkspaceSid}/Workers/{Sid}
curl \
-X GET https://taskrouter.twilio.com/v1/Workspaces/{WorkspaceSid}/Workers/{Sid} \
--user "username:password"
Response examples (200)
{
"account_sid": "string",
"activity_name": "string",
"activity_sid": "string",
"attributes": "string",
"available": true,
"date_created": "2023-05-04T09:42:00+00:00",
"date_status_changed": "2023-05-04T09:42:00+00:00",
"date_updated": "2023-05-04T09:42:00+00:00",
"friendly_name": "string",
"links": {},
"sid": "string",
"url": "https://example.com",
"workspace_sid": "string"
}
Response examples (200)
{
"account_sid": "string",
"activity_name": "string",
"activity_sid": "string",
"attributes": "string",
"available": true,
"date_created": "2024-05-04T09:42:00+00:00",
"date_status_changed": "2024-05-04T09:42:00+00:00",
"date_updated": "2024-05-04T09:42:00+00:00",
"friendly_name": "string",
"links": {},
"sid": "string",
"url": "https://example.com",
"workspace_sid": "string"
}