---
title: "Get Project Performance Metrics"
method: POST
path: "/performance/{projectId}"
tags: ["Analytics"]
---

# Get Project Performance Metrics

`POST /performance/{projectId}`

Retrieves performance statistics and metrics for a project

## Path parameters

- `projectId` string, required

## Request body

- PerformanceRequest
  - `startDate` string, date-time
  - `endDate` string, date-time
  - `users` string[]

## Response `200`

Performance metrics retrieved successfully

- PerformanceResponse
  - `status` string
  - `data` object
    - `performance` object

---

[API](https://skmtc.dev/imerit/apis/ango-hub-api-v2.md) · [All operations](https://skmtc.dev/imerit/apis/ango-hub-api-v2/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/imerit/ango-hub-api-v2/revisions/a1fd1e59951c/schema)
