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

# Get notes for a monitoring workflow

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

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

- GetNotesResponse1 — Response containing a paginated list of notes
  - `totalCount` integer — Total count of notes matching the filter criteria
  - `data` NoteResponse1[] — Array of note records
    - `id` string — Unique identifier for the note
    - `workflowId` string — ID of the associated monitoring workflow
    - `data` NoteData1 — 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` — Monitoring 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/versions/3d27e9019c7b/schema)
