---
title: "Get Plausible analytics data"
method: GET
path: "/api/admin/impact-metrics/plausible"
tags: ["Metrics"]
---

# Get Plausible analytics data

`GET /api/admin/impact-metrics/plausible`

**Enterprise feature**

Fetches analytics data from Plausible API for favorite events over the last 7 days.

## Response `200`

plausibleMetricsResponseSchema

- PlausibleMetricsResponseSchema — Response containing Plausible analytics data for favorite events.
  - `data` object[], required — Array of analytics data points
    - `count` number, required — Number of events for this time period
    - `date` string, required — Date and time of the event (hourly granularity)

## Other responses

- `401` — Authorization information is missing or invalid. Provide a valid API token as the `authorization` header, e.g. `authorization:*.*.my-admin-token`.
- `403` — The provided user credentials are valid, but the user does not have the necessary permissions to perform this operation
- `404` — The requested resource was not found.

---

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