---
title: "Get automation usage metrics"
method: GET
path: "/api/v1/automations/usage"
tags: ["automations"]
---

# Get automation usage metrics

`GET /api/v1/automations/usage`

Retrieves paginated usage metrics for automations. The requesting user must be assigned the `TenantAdmin` or `AnalyticsAdmin` role.

## Query parameters

- `filter` string, required
- `breakdownBy` string

## Response `200`

OK Response

- UsageList
  - `data` UsageObject[]
    - `date` string, required — The date for the metric
    - `name` 'runs' | 'scheduledRun' | 'triggeredRun' | 'webhookRuns' | 'duration' | 'bandwidthIn' | 'bandwidthOut', required — The name for the metric
    - `value` integer, required — The value count of the metric
    - `automation` AutomationUsageObject
      - `guid` string — The unique identifier for the automation.
      - `name` string — The name for the automation.
      - `ownerId` string — The unique identifier for the user who owns the automation

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `500` — Internal Server Error
- `503` — Service Unavailable

---

[API](https://skmtc.dev/qlik/apis/automations.md) · [All operations](https://skmtc.dev/qlik/apis/automations/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/qlik/automations/revisions/df32e9ca584a/schema)
