---
title: "Get Request Notes"
method: GET
path: "/api/v1/requests/{requestId}/notes"
tags: ["requests"]
---

# Get Request Notes

`GET /api/v1/requests/{requestId}/notes`

## Path parameters

- `requestId` string, required

## Query parameters

- `search_key` string
- `page` integer, required
- `per_page` integer
- `next_page_token` string

## Headers

- `X-Api-Key` string, required
- `X-Workspace-Id` string

## Response `200`

Successful response

- RequestsGetapiV1RequestsRequestIdNotesResponse200 — Empty response body

## Changes

- **2026-08-22** `6223f7496274` — 1 breaking, 3 warning
  - for the `query` request parameter `search_key`, the minLength was increased from `0` to `1`
  - for the `query` request parameter `per_page`, the max was set to `100.00`
  - for the `query` request parameter `page`, the min was set to `1.00`
  - for the `query` request parameter `per_page`, the min was set to `10.00`
- **2026-08-12** `2ab1cf36239b` — 1 info
  - api operation id `getapi-v-1-requests-request-id-notes` removed and replaced with `getapi_v1_requests__requestId__notes`

[Change history](https://skmtc.dev/atomicwork/apis/atomicwork-public-api/changes/api/v1/requests/:requestId/notes/get.md)

---

[API](https://skmtc.dev/atomicwork/apis/atomicwork-public-api.md) · [All operations](https://skmtc.dev/atomicwork/apis/atomicwork-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/atomicwork/atomicwork-public-api/revisions/6223f7496274/schema)
