---
title: "List Usage By App"
method: GET
path: "/v2/usage/apps"
tags: ["Usage v2"]
---

# List Usage By App

`GET /v2/usage/apps`

Lists aggregated usage information for all apps during a time period.

## Query parameters

- `from` string, required
- `to` string, required
- `limit` integer
- `retention` string

## Response `200`

OK

- object
  - `from` string — The calculated starting time (exclusive) used internally.
  - `to` string — The calculated ending time (exclusive) used internally.
  - `results` object[]
    - `name` string — The name of the app.
    - `total_bytes` integer — The number of bytes of disk the app consumes over the time range.

## Other responses

- `400` — Bad request

---

[API](https://skmtc.net/mezmo/apis/pipeline-api.md) · [All operations](https://skmtc.net/mezmo/apis/pipeline-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/mezmo/pipeline-api/revisions/fb2535545d90/schema)
