GET /v1/Workspaces/{WorkspaceSid}/Workers/{WorkerSid}/Statistics
twilio.com:twilio_taskrouter_v1
Operation ID: FetchWorkerInstanceStatistics
Auth: unknown
Parameters (6)
(string, query, optional)
Only include usage that occurred on or before this date, specified in GMT as an [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) date-time.
(integer, query, optional)
Only calculate statistics since this many minutes in the past. The default 15 minutes. This is helpful for displaying statistics for the last 15 minutes, 240 minutes (4 hours), and 480 minutes (8 hours) to see trends.
(string, query, optional)
Only calculate statistics from this date and time and later, specified in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format.
(string, query, optional)
Only calculate statistics on this TaskChannel. Can be the TaskChannel's SID or its `unique_name`, such as `voice`, `sms`, or `default`.
(string, path, required)
The SID of the Worker with the WorkerChannel to fetch.
Constraints: {'minLength': 34, 'maxLength': 34, 'pattern': '^WK[0-9a-fA-F]{32}$'}
(string, path, required)
The SID of the Workspace with the WorkerChannel to fetch.
Constraints: {'minLength': 34, 'maxLength': 34, 'pattern': '^WS[0-9a-fA-F]{32}$'}
No probe data for this endpoint yet.