---
title: "Get a single note by ID"
method: GET
path: "/v1/notes/{noteId}"
tags: ["Notes"]
---

# Get a single note by ID

`GET /v1/notes/{noteId}`

Gets a single note based on the ID supplied

## Path parameters

- `noteId` string, required

## Response `200`

Note response

- GetNoteResponse
  - `status` string — Status of the response
  - `data` object
    - `id` string — Unique identifier for the audio transcription
    - `payload` object — Either markdown or JSON representation of the note. Both can be present as well.
      - `markdown` string — Markdown string of the note
      - `json` object — JSON object of the note. The note style used will determine which fields are present. See the [SOAP Note](/api-reference/schemas/soap-note) example.
    - `status` string — Processing status of the note
    - `timestamp` object
      - `start` integer — Start timestamp
      - `complete` integer — Complete timestamp
  - `date` string, date-time — Timestamp of the response

## Other responses

- `400` — Unexpected error

---

[API](https://skmtc.net/sullyai/apis/sully-api.md) · [All operations](https://skmtc.net/sullyai/apis/sully-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/sullyai/sully-api/revisions/a6ecf503233c/schema)
