github.com/twilio/twilio-go@v1.20.1/rest/taskrouter/v1/docs/TaskrouterV1TaskQueueRealTimeStatistics.md (about) 1 # TaskrouterV1TaskQueueRealTimeStatistics 2 3 ## Properties 4 5 Name | Type | Description | Notes 6 ------------ | ------------- | ------------- | ------------- 7 **AccountSid** | Pointer to **string** | The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the TaskQueue resource. | 8 **ActivityStatistics** | Pointer to **[]interface{}** | The number of current Workers by Activity. | 9 **LongestTaskWaitingAge** | Pointer to **int** | The age of the longest waiting Task. | 10 **LongestTaskWaitingSid** | Pointer to **string** | The SID of the longest waiting Task. | 11 **LongestRelativeTaskAgeInQueue** | Pointer to **int** | The relative age in the TaskQueue for the longest waiting Task. Calculation is based on the time when the Task entered the TaskQueue. | 12 **LongestRelativeTaskSidInQueue** | Pointer to **string** | The Task SID of the Task waiting in the TaskQueue the longest. Calculation is based on the time when the Task entered the TaskQueue. | 13 **TaskQueueSid** | Pointer to **string** | The SID of the TaskQueue from which these statistics were calculated. | 14 **TasksByPriority** | Pointer to **interface{}** | The number of Tasks by priority. For example: `{\"0\": \"10\", \"99\": \"5\"}` shows 10 Tasks at priority 0 and 5 at priority 99. | 15 **TasksByStatus** | Pointer to **interface{}** | The number of Tasks by their current status. For example: `{\"pending\": \"1\", \"reserved\": \"3\", \"assigned\": \"2\", \"completed\": \"5\"}`. | 16 **TotalAvailableWorkers** | Pointer to **int** | The total number of Workers available for Tasks in the TaskQueue. | 17 **TotalEligibleWorkers** | Pointer to **int** | The total number of Workers eligible for Tasks in the TaskQueue, independent of their Activity state. | 18 **TotalTasks** | Pointer to **int** | The total number of Tasks. | 19 **WorkspaceSid** | Pointer to **string** | The SID of the Workspace that contains the TaskQueue. | 20 **Url** | Pointer to **string** | The absolute URL of the TaskQueue statistics resource. | 21 22 [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 23 24