---
title: "Get requested metrics for all address sets for the current account"
method: GET
path: "/address-sets/metrics"
tags: ["metrics"]
---

# Get requested metrics for all address sets for the current account

`GET /address-sets/metrics`

Returns requested metrics for all address sets for the current account.

## Query parameters

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

## Response `200`

Metrics for the address set 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)
