---
title: "GET /api/v1/projects/{project_pk}/feature-health/events/"
method: GET
path: "/api/v1/projects/{project_pk}/feature-health/events/"
tags: ["mcp"]
---

# GET /api/v1/projects/{project_pk}/feature-health/events/

`GET /api/v1/projects/{project_pk}/feature-health/events/`

Retrieves feature health monitoring events and metrics for the project.

## Path parameters

- `project_pk` string, required

## Response `200`

- FeatureHealthEvent[]
  - `id` integer
  - `created_at` string, date-time
  - `environment` integer, nullable
  - `feature` integer
  - `provider_name` string, nullable
  - `reason` FeatureHealthEventReason, required
    - `text_blocks` FeatureHealthEventReasonTextBlock[], required
      - `text` string, required
      - `title` string
    - `url_blocks` FeatureHealthEventReasonUrlBlock[], required
      - `url` string, required
      - `title` string
  - `type` 'UNHEALTHY' | 'HEALTHY' — * `UNHEALTHY` - Unhealthy * `HEALTHY` - Healthy

---

[API](https://skmtc.dev/flagsmith/apis/flagsmith-api.md) · [All operations](https://skmtc.dev/flagsmith/apis/flagsmith-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/flagsmith/flagsmith-api/revisions/5a8154d05269/schema)
