---
title: "Per-mentee performance for the given period. Accessible to the mentee's mentor
or any user with UserManagement; everyone else gets 403."
method: GET
path: "/mentor-metrics/mentee/{menteeId}/performance"
tags: ["MentorMetrics"]
---

# Per-mentee performance for the given period. Accessible to the mentee's mentor
or any user with UserManagement; everyone else gets 403.

`GET /mentor-metrics/mentee/{menteeId}/performance`

## Path parameters

- `menteeId` string, required

## Query parameters

- `period` string

## Response `200`

OK

- BusinessMetricsResponseDtoOfMenteePerformanceDto
  - `success` boolean
  - `data` MenteePerformanceDto
    - `menteeId` string
    - `period` string
    - `periodStart` string, date-time
    - `periodEnd` string, date-time
    - `avgNpsScore` union — Average NPS score (0-10) over the period. Null when no responses landed.
      - number, double
      - string, double
    - `npsResponseCount` union
      - integer
      - string, int32
    - `soapNotesCompleted` union — SOAP notes the mentee authored that are in Completed status.
      - integer
      - string, int32
    - `soapNotesApproved` union — Subset of completed that the mentee approved (vs. left in review).
      - integer
      - string, int32
    - `avgInvoiceValue` union — Average invoice value across Paid/Invoiced estimates attributed to the mentee.
      - number, double
      - string, double
    - `invoiceCount` union
      - integer
      - string, int32
    - `totalRevenue` union
      - number, double
      - string, double
  - `error` string, nullable
  - `message` string, nullable

## Other responses

- `403` — Forbidden
- `404` — Not Found

---

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