---
title: "Get Note"
method: GET
path: "/team-messaging/v1/notes/{noteId}"
tags: ["Notes"]
---

# Get Note

`GET /team-messaging/v1/notes/{noteId}`

Returns the specified note(s). It is possible to fetch up to 50 notes per request.

## Path parameters

- `noteId` string, required

## Response `200`

OK

- TMNoteWithBodyInfo
  - `id` string — Internal identifier of a note
  - `title` string — Title of a note
  - `chatIds` string[] — Internal identifiers of the chat(s) where the note is posted or shared.
  - `preview` string — Preview of a note (first 150 characters of a body)
  - `creator` TMCreatorInfo — Note creator information
    - `id` string — Internal identifier of a user who created a note/task
  - `lastModifiedBy` LastModifiedByInfo — Note last modification information
    - `id` string — Internal identifier of the user who last updated the note
  - `lockedBy` LockedByInfo — Returned for the note being edited (locked) at the current moment. Information on the user editing the note
    - `id` string — Internal identifier of the user editing the note
  - `status` 'Active' | 'Draft' — Note publishing status. Any note is created in 'Draft' status. After it is posted it becomes 'Active'
  - `creationTime` string, date-time — Creation time
  - `lastModifiedTime` string, date-time — Datetime of the note last update
  - `type` 'Note'
  - `body` string — Text of a note

## Other responses

- `404` — When note is not found.

---

[API](https://skmtc.net/ringcentral/apis/ringcentral-api.md) · [All operations](https://skmtc.net/ringcentral/apis/ringcentral-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/ringcentral/ringcentral-api/versions/8d602198ec97/schema)
