---
title: "Get metrics for an application"
method: GET
path: "/applications/{id}/metrics"
tags: ["metrics"]
---

# Get metrics for an application

`GET /applications/{id}/metrics`

Will return all the metrics for the application based on various parameters.

## Path parameters

- `id` string, required

## Query parameters

- `names` string[], required
- `from` string
- `to` string
- `resolution` integer
- `summarize` boolean

## Response `200`

Metrics for the application have been returned successfully.

- Metrics — Metrics for the given specifications.
  - `from` string, required — An iso8601 formatted timestamp
  - `to` string, required — An iso8601 formatted timestamp
  - `resolution` integer, required — Resolution of the time series data returned.
  - `metrics` object, required — Metrics returned

---

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