Skip to main content
GET
/
tasks
/
statistics
Get Task Statistics
curl --request GET \
  --url https://api.audioshake.ai/tasks/statistics \
  --header 'x-api-key: <api-key>'
[
  {
    "month": "<string>",
    "totalTargets": 123,
    "totalMinutes": "<string>"
  }
]
Retrieve aggregate statistics for your account’s Task usage. Pass name=usage for a monthly breakdown or name=distribution for per-model usage.

Authorizations

x-api-key
string
header
required

Query Parameters

name
enum<string>
default:usage
required

Type of statistics to retrieve

Available options:
usage,
distribution

Response

200 - application/json

Default Response

month
string

Month in YYYY-MM format

totalTargets
number

Total number of targets processed

totalMinutes
string

Total minutes of audio processed