---
title: "GET /v1/Workspaces/{WorkspaceSid}/TaskQueues/{TaskQueueSid}/CumulativeStatistics"
method: GET
path: "/v1/Workspaces/{WorkspaceSid}/TaskQueues/{TaskQueueSid}/CumulativeStatistics"
tags: ["TaskrouterV1TaskQueueCumulativeStatistics"]
---

# GET /v1/Workspaces/{WorkspaceSid}/TaskQueues/{TaskQueueSid}/CumulativeStatistics

`GET /v1/Workspaces/{WorkspaceSid}/TaskQueues/{TaskQueueSid}/CumulativeStatistics`

## Path parameters

- `WorkspaceSid` string, required
- `TaskQueueSid` string, required

## Query parameters

- `EndDate` string, date-time
- `Minutes` integer
- `StartDate` string, date-time
- `TaskChannel` string
- `SplitByWaitTime` string

## Response `200`

OK

- TaskrouterV1WorkspaceTaskQueueTaskQueueCumulativeStatistics
  - `account_sid` string, nullable — The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the TaskQueue resource.
  - `avg_task_acceptance_time` integer — The average time in seconds between Task creation and acceptance.
  - `start_time` string, date-time, nullable — The beginning of the interval during which these statistics were calculated, in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format.
  - `end_time` string, date-time, nullable — The end of the interval during which these statistics were calculated, in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format.
  - `reservations_created` integer — The total number of Reservations created for Tasks in the TaskQueue.
  - `reservations_accepted` integer — The total number of Reservations accepted for Tasks in the TaskQueue.
  - `reservations_rejected` integer — The total number of Reservations rejected for Tasks in the TaskQueue.
  - `reservations_timed_out` integer — The total number of Reservations that timed out for Tasks in the TaskQueue.
  - `reservations_canceled` integer — The total number of Reservations canceled for Tasks in the TaskQueue.
  - `reservations_rescinded` integer — The total number of Reservations rescinded.
  - `split_by_wait_time` unknown
  - `task_queue_sid` string, nullable — The SID of the TaskQueue from which these statistics were calculated.
  - `wait_duration_until_accepted` unknown
  - `wait_duration_until_canceled` unknown
  - `wait_duration_in_queue_until_accepted` unknown
  - `tasks_canceled` integer — The total number of Tasks canceled in the TaskQueue.
  - `tasks_completed` integer — The total number of Tasks completed in the TaskQueue.
  - `tasks_deleted` integer — The total number of Tasks deleted in the TaskQueue.
  - `tasks_entered` integer — The total number of Tasks entered into the TaskQueue.
  - `tasks_moved` integer — The total number of Tasks that were moved from one queue to another.
  - `workspace_sid` string, nullable — The SID of the Workspace that contains the TaskQueue.
  - `url` string, uri, nullable — The absolute URL of the TaskQueue statistics resource.

## Changes

- **2025-07-03** (v1) `98aedcadea73` — 4 breaking
  - the `split_by_wait_time` response's property type/format changed from `object`/`` to ``/`` for status `200`
  - the `wait_duration_in_queue_until_accepted` response's property type/format changed from `object`/`` to ``/`` for status `200`
  - the `wait_duration_until_accepted` response's property type/format changed from `object`/`` to ``/`` for status `200`
  - the `wait_duration_until_canceled` response's property type/format changed from `object`/`` to ``/`` for status `200`
- **2025-03-11** (v1) `4e6af3af0c51` — 4 breaking
  - the `split_by_wait_time` response's property type/format changed from ``/`` to `object`/`` for status `200`
  - the `wait_duration_in_queue_until_accepted` response's property type/format changed from ``/`` to `object`/`` for status `200`
  - the `wait_duration_until_accepted` response's property type/format changed from ``/`` to `object`/`` for status `200`
  - the `wait_duration_until_canceled` response's property type/format changed from ``/`` to `object`/`` for status `200`
- …earlier changes not shown

[Full history](https://skmtc.dev/twilio/apis/taskrouter-v1/changes/v1/Workspaces/:WorkspaceSid/TaskQueues/:TaskQueueSid/CumulativeStatistics/get.md)

---

[API](https://skmtc.dev/twilio/apis/taskrouter-v1.md) · [All operations](https://skmtc.dev/twilio/apis/taskrouter-v1/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/twilio/taskrouter-v1/revisions/f431d2bc66ba/schema)
