---
title: "GET /api/v1/projects/{project_pk}/features/{id}/evaluation-data/"
method: GET
path: "/api/v1/projects/{project_pk}/features/{id}/evaluation-data/"
tags: ["mcp"]
---

# GET /api/v1/projects/{project_pk}/features/{id}/evaluation-data/

`GET /api/v1/projects/{project_pk}/features/{id}/evaluation-data/`

Retrieves evaluation data and analytics for a specific feature flag.

## Path parameters

- `id` integer, required
- `project_pk` integer, required — Changing the project selected will remove previous Feature States for the previously associated projects Environments that are related to this Feature. New default Feature States will be created for the new selected projects Environments for this Feature. Also this will remove any Tags associated with a feature as Tags are Project defined

## Query parameters

- `client_application_name` string, nullable
- `client_application_version` string, nullable
- `environment_id` integer, required
- `period` integer
- `user_agent` string, nullable

## Response `200`

- FeatureEvaluationData
  - `day` string, required
  - `count` integer, required
  - `labels` Labels, required
    - `client_application_name` string, nullable
    - `client_application_version` string, nullable
    - `user_agent` string, nullable

---

[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)
