---
title: "Mentor's clinical timeline for the period. Accessible to the mentor themself
or any user with UserManagement; everyone else gets 403."
method: GET
path: "/mentor-metrics/{mentorId}/timeline"
tags: ["MentorMetrics"]
---

# Mentor's clinical timeline for the period. Accessible to the mentor themself
or any user with UserManagement; everyone else gets 403.

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

## Path parameters

- `mentorId` string, required

## Query parameters

- `period` string

## Response `200`

OK

- BusinessMetricsResponseDtoOfListOfMentorTimelineEntryDto
  - `success` boolean
  - `data` MentorTimelineEntryDto[], nullable
    - `id` string
    - `eventType` string
    - `occurredAt` string, date-time
    - `kind` integer
    - `title` string
    - `summary` string
    - `menteeId` string, nullable — The mentee the event is about, when applicable.
    - `menteeName` string, nullable
    - `soapNoteId` string, nullable — The SOAP note the event is about, when applicable.
    - `patientName` string, nullable
  - `error` string, nullable
  - `message` string, nullable

## Other responses

- `403` — Forbidden

---

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