---
title: "Get facility timeline events"
method: GET
path: "/facility-credentialing-workflows/{workflowId}/timeline-events"
tags: ["FacilityCredentialingWorkflow"]
---

# Get facility timeline events

`GET /facility-credentialing-workflows/{workflowId}/timeline-events`

Retrieves a list of facility timeline events for a facility credentialing workflow

## Path parameters

- `workflowId` string, required

## Query parameters

- `endAtId` string
- `filter` string
- `order` string
- `page` integer
- `size` integer
- `startAfterId` string

## Headers

- `tenant-id` string, required

## Response `200`

Successfully retrieved facility timeline events

- GetFacilityTimelineEventsResponse — Response containing a paginated list of facility timeline events
  - `totalCount` integer — Total count of facility timeline events matching the filter criteria
  - `data` object[] — Array of facility timeline event records
    - `id` string
    - `workflowId` string
    - `createdBy` string
    - `createdAt` string, date
    - `updatedAt` string, date
    - `updatedBy` string
    - `data` FacilityTimelineEventschema
      - `credentialingDecisionDate` string, date, required
      - `nextCredentialingDate` string, date, required
      - `nextCredentialingDateSource` 'SYSTEM_CALCULATED' | 'USER_INPUT'
      - `changeReason` string, required
      - `psvPdfPath` string
      - `nextCredentialingDateChangeLog` FacilityCredApprovedNextCredentialingDateChangeLogInner[]
        - `changedFrom` string, date, required
        - `changedTo` string, date, required
        - `changeReason` string, required
        - `createdBy` string, required
        - `createdAt` string, date, required
      - `isOverride` boolean
      - `overrideReason` string

## Other responses

- `400` — Invalid request parameters
- `401` — Unauthorized - Authentication required
- `403` — Forbidden - User does not have required permissions
- `500` — Internal Server Error - An unexpected error occurred

---

[API](https://skmtc.net/certifyos/apis/certify-api-layer.md) · [All operations](https://skmtc.net/certifyos/apis/certify-api-layer/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/certifyos/certify-api-layer/versions/3d27e9019c7b/schema)
