---
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
    - `next_page_url` string, uri, nullable
    - `page` integer
    - `page_size` integer
    - `previous_page_url` string, uri, nullable
    - `url` string, uri
    - `key` string

## Changes

- **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/0dff2919dfba/schema)
