---
title: "Get Task Statistics"
method: GET
path: "/tasks/statistics"
tags: ["tasks"]
---

# Get Task Statistics

`GET /tasks/statistics`

## Query parameters

- `name` 'usage' | 'distribution', required

## Response `200`

Default Response

- union
  - object[] — Monthly usage breakdown. Returned when name=usage.
    - `month` string — Month in YYYY-MM format
    - `totalTargets` number — Total number of targets processed
    - `totalMinutes` string — Total minutes of audio processed
  - object[] — Model usage distribution. Returned when name=distribution.
    - `model` string — Model name
    - `count` number — Number of times the model was used
    - `percentage` string — Percentage of total usage

---

[API](https://skmtc.dev/audioshake/apis/audioshake-api.md) · [All operations](https://skmtc.dev/audioshake/apis/audioshake-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/audioshake/audioshake-api/revisions/56f550ad23b5/schema)
