---
title: "Get a note by ID"
method: GET
path: "/monitoring-workflows/{workflowId}/notes/{noteId}"
tags: ["MonitoringWorkflowNote"]
---

# Get a note by ID

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

Retrieves a specific note by its ID for the specified monitoring workflow

## Path parameters

- `noteId` string, required
- `workflowId` string, required

## Headers

- `tenant-id` string, required

## Response `200`

Successfully retrieved note

- NoteResponse1 — Response containing note information
  - `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

## Other responses

- `401` — Unauthorized - Authentication required
- `403` — Forbidden - User does not have required permissions
- `404` — Note or 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)
