---
title: "Get Usage By App"
method: GET
path: "/v1/usage/apps/{name}"
tags: ["Usage v1"]
---

# Get Usage By App

`GET /v1/usage/apps/{name}`

Gets the aggregated usage information for an app matching the name provided as a path parameter, during a time period. Returns null when not found.

## Path parameters

- `name` string, required

## Query parameters

- `from` integer, required
- `to` integer, required

## Response `200`

OK

- object

## 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)
