---
title: "Get the lifecycle event history (timeline) for a reminder"
method: GET
path: "/Reminders/{id}/events"
tags: ["Reminders"]
---

# Get the lifecycle event history (timeline) for a reminder

`GET /Reminders/{id}/events`

## Path parameters

- `id` string, required

## Response `200`

OK

- WorkItemEventListResponse
  - `data` WorkItemEventDto[]
    - `id` string
    - `workItemType` integer — Which work-item table a WorkItemEventType history row refers to.
    - `workItemId` string
    - `eventType` integer — Lifecycle transitions recorded in the work_item_events history table. This is the data behind the "why this reminder?" timeline (PAW-624).
    - `actorUserId` string, nullable
    - `actorName` string, nullable — Display name of the acting user; "System" semantics are left to the client when null.
    - `data` object, nullable
    - `timestamp` string, date-time

---

[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/versions/a905bde4e796/schema)
