---
title: "GET /v1/Workspaces/{WorkspaceSid}/Workers/CumulativeStatistics"
method: GET
path: "/v1/Workspaces/{WorkspaceSid}/Workers/CumulativeStatistics"
tags: ["TaskrouterV1WorkersCumulativeStatistics"]
---

# GET /v1/Workspaces/{WorkspaceSid}/Workers/CumulativeStatistics

`GET /v1/Workspaces/{WorkspaceSid}/Workers/CumulativeStatistics`

## Path parameters

- `WorkspaceSid` string, required

## Query parameters

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

## Response `200`

OK

- TaskrouterV1WorkspaceWorkerWorkersCumulativeStatistics
  - `account_sid` string, nullable — The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Worker resource.
  - `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.
  - `activity_durations` unknown[], nullable — The minimum, average, maximum, and total time (in seconds) that Workers spent in each Activity.
    - unknown
  - `reservations_created` integer — The total number of Reservations that were created.
  - `reservations_accepted` integer — The total number of Reservations that were accepted.
  - `reservations_rejected` integer — The total number of Reservations that were rejected.
  - `reservations_timed_out` integer — The total number of Reservations that were timed out.
  - `reservations_canceled` integer — The total number of Reservations that were canceled.
  - `reservations_rescinded` integer — The total number of Reservations that were rescinded.
  - `workspace_sid` string, nullable — The SID of the Workspace that contains the Workers.
  - `url` string, uri, nullable — The absolute URL of the Workers statistics resource.

## Changes

- **2025-07-03** (v1) `98aedcadea73` — 1 breaking
  - the `activity_durations/items/` response's property type/format changed from `object`/`` to ``/`` for status `200`
- **2025-03-11** (v1) `4e6af3af0c51` — 1 breaking
  - the `activity_durations/items/` response's property type/format changed from ``/`` to `object`/`` for status `200`
- **2024-08-26** (v1) `98cb7b6f5a62` — 6 info
  - the `reservations_accepted` response's property default value `0` was added for the status `200`
  - the `reservations_canceled` response's property default value `0` was added for the status `200`
  - the `reservations_created` response's property default value `0` was added for the status `200`
  - the `reservations_rejected` response's property default value `0` was added for the status `200`
  - …2 more
- **2023-08-10** (v1) `0dff2919dfba` — 1 info
  - api tag `TaskrouterV1WorkersCumulativeStatistics` added

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