---
title: "Execute Saved Metric"
method: GET
path: "/v2/reporting/metrics/{id}/results"
tags: ["Reporting"]
---

# Execute Saved Metric

`GET /v2/reporting/metrics/{id}/results`

Runs the calculation for an existing saved metric and returns the dataset.

## Path parameters

- `id` string, uuid, required

## Response `200`

Metric calculation results

- MetricCalculationResponse — Response from metric calculation endpoints. The structure of `data` array items varies based on the `breakdowns` parameter in the request. **Base structure (no breakdowns):** - Each item has: `periodStart`, plus metric-specific fields (e.g., `grossVolume`, `transactionCount`) **With breakdowns:** - Each item includes breakdown dimension fields (e.g., `transactionType`, `transactionStatus`, `userId`) - Field names match the breakdown dimension names from the request **Example without breakdowns:**

## Other responses

- `400` — Bad request - validation error
- `401` — Unauthorized
- `404` — Resource not found
- `500` — Internal Server Error

---

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