---
title: "Get daily goal progress metrics"
method: GET
path: "/Metrics/daily-goals"
tags: ["Metrics"]
---

# Get daily goal progress metrics

`GET /Metrics/daily-goals`

## Response `200`

OK

- BusinessMetricsResponseDtoOfListOfDailyGoalMetricDto
  - `success` boolean
  - `data` DailyGoalMetricDto[], nullable
    - `label` string
    - `value` union
      - number, double
      - string, double
    - `goal` union
      - number, double
      - string, double
    - `unit` string
  - `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/revisions/d8d7501dde48/schema)
