---
title: "Mentor summary for any mentor in the tenant. Manager-only."
method: GET
path: "/mentor-metrics/{mentorId}/summary"
tags: ["MentorMetrics"]
---

# Mentor summary for any mentor in the tenant. Manager-only.

`GET /mentor-metrics/{mentorId}/summary`

## Path parameters

- `mentorId` string, required

## Response `200`

OK

- BusinessMetricsResponseDtoOfMentorSummaryDto
  - `success` boolean
  - `data` MentorSummaryDto
    - `mentorId` string
    - `mentorName` string
    - `mentees` MenteeSummaryDto[]
      - `id` string
      - `name` string
      - `email` string, nullable
      - `mentorshipStartDate` string, date-time, nullable
      - `mentorshipDurationDays` union
        - integer
        - string, int32
      - `mentorshipEndDate` string, date-time, nullable — StartDate + DurationDays. Null if either is unset.
      - `daysRemaining` union — Days between today and MentorshipEndDate. Negative if expired. Null if no end date.
        - integer
        - string, int32
      - `isActive` boolean — Today is between start and end (inclusive of start, exclusive of end).
  - `error` string, nullable
  - `message` string, nullable

## Other responses

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