---
title: "Retrieves a set of metrics"
method: GET
path: "/metrics"
tags: ["Metrics"]
---

# Retrieves a set of metrics

`GET /metrics`

Retrieves a Metrics resource.

## Query parameters

- `start` string, date-time
- `end` string, date-time
- `refresh` string

## Response `200`

Metrics resource

- Metrics — provides a set of business metrics
  - `end` string, date, nullable
  - `start` string, date, nullable
  - `metrics` object, nullable
  - `sources` string[], nullable
  - `timestamp` string, date-time, nullable
  - `isReconciled` boolean
  - `lastReconciled` string, date, nullable

## Other responses

- `404` — Resource not found

---

[API](https://skmtc.net/bossinsights/apis/boss-insights.md) · [All operations](https://skmtc.net/bossinsights/apis/boss-insights/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/bossinsights/boss-insights/revisions/d08a107895ad/schema)
