---
title: "Get notes for a credentialing workflow"
method: GET
path: "/credentialing-workflows/{workflowId}/notes"
tags: ["Note"]
---

# Get notes for a credentialing workflow

`GET /credentialing-workflows/{workflowId}/notes`

Retrieves a paginated list of notes for the specified 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 notes

- GetNotesResponse — Response containing a paginated list of notes
  - `totalCount` integer — Total count of notes matching the filter criteria
  - `data` NoteResponse[] — Array of note records
    - `id` string — Unique identifier for the note
    - `workflowId` string — ID of the associated credentialing workflow
    - `data` NoteData — Note data containing message content
      - `message` string, required — The message content of the note
    - `createdBy` string — ID of the user who created the note
    - `createdByName` string — Full name of the user who created the note
    - `updatedBy` string — ID of the user who last updated the note
    - `updatedByName` string — Full name of the user who last updated the note
    - `createdAt` string, date-time
    - `updatedAt` string, date-time
  - `links` PageLinks
    - `self` string
    - `next` string
    - `prev` string

## Other responses

- `401` — Unauthorized - Authentication required
- `403` — Forbidden - User does not have required permissions
- `404` — Credentialing workflow not found
- `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/revisions/3d27e9019c7b/schema)
