---
title: "Get Provider Directory Analytics"
method: GET
path: "/v1/providers/{providerId}/analytics"
tags: ["Healthcare Providers"]
---

# Get Provider Directory Analytics

`GET /v1/providers/{providerId}/analytics`

Returns page-view analytics (total views, unique visitors, daily breakdown) for a provider's public directory listing.

## Path parameters

- `providerId` string, required

## Query parameters

- `timeRange` 7 | 30 | 90
- `startDate` string
- `endDate` string

## Response `200`

Default Response

- object
  - `totalViews` integer
  - `uniqueVisitors` integer
  - `dailyViews` object[]
    - `date` string
    - `count` integer
  - `timeRange` unknown
  - `customStartDate` unknown
  - `customEndDate` unknown
  - `providerName` string
  - `providerSlug` string

## Other responses

- `400` — Default Response
- `401` — Default Response
- `403` — Default Response
- `404` — Default Response

---

[API](https://skmtc.net/bluehive-health/apis/bluehive-api.md) · [All operations](https://skmtc.net/bluehive-health/apis/bluehive-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/bluehive-health/bluehive-api/revisions/e6e553c2594a/schema)
