---
title: "Retrieve note"
method: GET
path: "/notes/{noteId}"
tags: ["Note"]
---

# Retrieve note

`GET /notes/{noteId}`

Retrieves a given note in [VTEX DO](https://help.vtex.com/en/tutorial/vtex-do--7KMbRL4OslN8DTX9oiuCiu), filtering by note ID.

## Permissions

This endpoint does not require [License Manager resources](https://help.vtex.com/en/tutorial/license-manager-resources--3q6ztrC8YynQf6rdc6euk3).

## Path parameters

- `noteId` string, required

## Query parameters

- `reason` string

## Headers

- `Content-Type` string, required
- `Accept` string, required

## Response `200`

OK

- unknown

---

[API](https://skmtc.dev/vtex/apis/vtex-do-api.md) · [All operations](https://skmtc.dev/vtex/apis/vtex-do-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/vtex/vtex-do-api/revisions/606bdad07f53/schema)
