---
title: "GET /dashboard/metric-thresholds"
method: GET
path: "/dashboard/metric-thresholds"
tags: ["Stats"]
---

# GET /dashboard/metric-thresholds

`GET /dashboard/metric-thresholds`

GET operation for /dashboard/metric-thresholds

## Response `200`

Successful response

- MetricThresholdSerializer
  - `id` integer
  - `onboarder_company` string, required
  - `metric_key` 'time_to_launch' | 'on_time_launch_rate' | 'customer_engagement' | 'internal_task_efficiency' | 'overdue_task_rate', required
  - `metric_key_display` string
  - `target_value` number, float, required — Target threshold value
  - `good_value` number, float, required — Good threshold value
  - `risk_value` number, float, required — Risk threshold value
  - `target_operator` 'lt' | 'gt' | 'lte' | 'gte' — Operator for target comparison
  - `good_operator` 'lt' | 'gt' | 'lte' | 'gte' — Operator for good comparison
  - `risk_operator` 'lt' | 'gt' | 'lte' | 'gte' — Operator for risk comparison
  - `description` string — Description of the metric
  - `context` string — Context about what the metric means
  - `created_by` string
  - `created_by_name` string
  - `updated_by` string
  - `updated_by_name` string
  - `created_at` string, date-time
  - `updated_at` string, date-time

## Other responses

- `400` — Bad request
- `401` — Unauthorized
- `404` — Not found

---

[API](https://skmtc.dev/onboard/apis/onboard-api-complete-specification.md) · [All operations](https://skmtc.dev/onboard/apis/onboard-api-complete-specification/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/onboard/onboard-api-complete-specification/revisions/3d0f0a6a632d/schema)
