Twilio.Resources.Taskrouter.V1.Workspace.TaskQueue.TaskQueueBulkRealTimeStatistics
(twilio_elixir v0.1.1)
Copy Markdown
View Source
TaskQueueBulkRealTimeStatistics resource.
Parent: /Workspaces/{WorkspaceSid}/TaskQueues
Properties
| Field | Description |
|---|
credo:disable-for-next-line Credo.Check.Readability.MaxLineLength
| account_sid | The SID of the Account that created the TaskQueue resource. |
credo:disable-for-next-line Credo.Check.Readability.MaxLineLength
task_queue_data | The real-time statistics for each requested TaskQueue SID. task_queue_data returns the following attributes: task_queue_sid: The SID of the TaskQueue from which these statistics were calculated. total_available_workers: The total number of Workers available for Tasks in the TaskQueue. total_eligible_workers: The total number of Workers eligible for Tasks in the TaskQueue, regardless of their Activity state. total_tasks: The total number of Tasks. longest_task_waiting_age: The age of the longest waiting Task. longest_task_waiting_sid: The SID of the longest waiting Task. tasks_by_status: The number of Tasks grouped by their current status. tasks_by_priority: The number of Tasks grouped by priority. activity_statistics: The number of current Workers grouped by Activity. |
task_queue_response_count | The number of TaskQueue statistics received in task_queue_data. |
url | The absolute URL of the TaskQueue statistics resource.. Format: uri |
workspace_sid | The SID of the Workspace that contains the TaskQueue. |