---
title: "GET /v1/Workspaces/{WorkspaceSid}/TaskQueues/Statistics"
method: GET
path: "/v1/Workspaces/{WorkspaceSid}/TaskQueues/Statistics"
tags: ["TaskrouterV1TaskQueuesStatistics"]
---

# GET /v1/Workspaces/{WorkspaceSid}/TaskQueues/Statistics

`GET /v1/Workspaces/{WorkspaceSid}/TaskQueues/Statistics`

## Path parameters

- `WorkspaceSid` string, required

## Query parameters

- `EndDate` string, date-time
- `FriendlyName` string
- `Minutes` integer
- `StartDate` string, date-time
- `TaskChannel` string
- `SplitByWaitTime` string
- `PageSize` integer
- `Page` integer
- `PageToken` string

## Response `200`

OK

- object
  - `task_queues_statistics` TaskrouterV1WorkspaceTaskQueueTaskQueuesStatistics[]
    - `account_sid` string, nullable — The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the TaskQueue resource.
    - `cumulative` unknown
    - `realtime` unknown
    - `task_queue_sid` string, nullable — The SID of the TaskQueue from which these statistics were calculated.
    - `workspace_sid` string, nullable — The SID of the Workspace that contains the TaskQueues.
  - `meta` object
    - `first_page_url` string, uri
    - `key` string
    - `next_page_url` string, uri, nullable
    - `page` integer
    - `page_size` integer
    - `previous_page_url` string, uri, nullable
    - `url` string, uri

## Changes

- **2025-07-03** (v1) `98aedcadea73` — 2 breaking
  - the `task_queues_statistics/items/cumulative` response's property type/format changed from `object`/`` to ``/`` for status `200`
  - the `task_queues_statistics/items/realtime` response's property type/format changed from `object`/`` to ``/`` for status `200`
- **2025-03-11** (v1) `4e6af3af0c51` — 2 breaking
  - the `task_queues_statistics/items/cumulative` response's property type/format changed from ``/`` to `object`/`` for status `200`
  - the `task_queues_statistics/items/realtime` response's property type/format changed from ``/`` to `object`/`` for status `200`
- **2025-02-20** (v1) `d59ca09cbb02` — 1 breaking
  - for the `query` request parameter `PageSize`, the type/format was changed from `integer`/`` to `integer`/`int64`
- **2023-08-10** (v1) `0dff2919dfba` — 1 info
  - api tag `TaskrouterV1TaskQueuesStatistics` added
- **2023-02-02** (v1) `e7c84908f046` — 2 info
  - added the new optional `query` request parameter `Page`
  - added the new optional `query` request parameter `PageToken`

[Change history](https://skmtc.dev/twilio/apis/taskrouter-v1/changes/v1/Workspaces/:WorkspaceSid/TaskQueues/Statistics/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)
