---
title: "Get the severity-weighted DVM Production signals on their own (PAW-579), for the
BI Overview tab and the home page."
method: GET
path: "/Metrics/signals"
tags: ["Metrics"]
---

# Get the severity-weighted DVM Production signals on their own (PAW-579), for the
BI Overview tab and the home page.

`GET /Metrics/signals`

## Query parameters

- `period` string

## Response `200`

OK

- BusinessMetricsResponseDtoOfListOfDvmSignalDto
  - `success` boolean
  - `data` DvmSignalDto[], nullable
    - `id` string
    - `type` string — "leak" | "highComp" | "lowRph" | "highYield".
    - `severity` string — "high" | "medium" | "low" — drives ordering and card colour.
    - `title` string
    - `message` string — Plain-text, fully formatted server-side.
    - `providerId` string, nullable
    - `providerName` string, nullable
    - `action` DvmSignalActionDto — Primary call-to-action for a signal. The backend emits an action type + payload; the frontend owns the route it maps to.
      - `label` string
      - `actionType` string — "coachProvider" | "tightenDiscounts".
      - `providerId` string, nullable
  - `error` string, nullable
  - `message` string, nullable

## Other responses

- `500` — Internal Server Error

---

[API](https://skmtc.net/clinicos/apis/pawthosx-business-api-v1.md) · [All operations](https://skmtc.net/clinicos/apis/pawthosx-business-api-v1/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/clinicos/pawthosx-business-api-v1/versions/a905bde4e796/schema)
