---
title: "Get provider rankings"
method: GET
path: "/Metrics/provider-rankings"
tags: ["Metrics"]
---

# Get provider rankings

`GET /Metrics/provider-rankings`

## Query parameters

- `period` string
- `limit` union
  - integer
  - string, int32

## Response `200`

OK

- BusinessMetricsResponseDtoOfProviderRankingsDto
  - `success` boolean
  - `data` ProviderRankingsDto
    - `rankings` ProviderRankDto[]
      - `name` string
      - `value` union
        - number, double
        - string, double
      - `rank` union
        - integer
        - string, int32
      - `change` union
        - number, double
        - string, double
    - `period` 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/a905bde4e796/schema)
