Skip to main content
GET
/
v2
/
notes
/
{note_id}
Get a note
curl --request GET \
  --url https://api.attio.com/v2/notes/{note_id} \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "id": {
      "workspace_id": "14beef7a-99f7-4534-a87e-70b564330a4c",
      "note_id": "ff3f3bd4-40f4-4f80-8187-cd02385af424"
    },
    "parent_object": "people",
    "parent_record_id": "891dcbfc-9141-415d-9b2a-2238a6cc012d",
    "title": "Initial Prospecting Call Summary",
    "meeting_id": "14beef7a-99f7-4534-a87e-70b564330a4c",
    "content_plaintext": "Introduction\nDate and time of the call\nParticipants\nPurpose of the call\nCustomer Background\nCompany overview (industry, size, location)\nKey business challenges\nCurrent software solutions (if any) and pain points",
    "content_markdown": "# Introduction\nDate and time of the call\nParticipants\nPurpose of the call\n\n## Customer Background\n- Company overview (industry, size, location)\n- Key business challenges\n- Current software solutions (if any) and pain points",
    "tags": [
      {
        "type": "workspace-member",
        "workspace_member_id": "50cf242c-7fa3-4cad-87d0-75b1af71c57b"
      },
      {
        "type": "record",
        "object": "people",
        "record_id": "891dcbfc-9141-415d-9b2a-2238a6cc012d"
      }
    ],
    "created_by_actor": {
      "type": "workspace-member",
      "id": "50cf242c-7fa3-4cad-87d0-75b1af71c57b"
    },
    "created_at": "2022-11-21T13:22:49.061281000Z"
  }
}

Documentation Index

Fetch the complete documentation index at: https://docs.attio.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

This API uses OAuth 2.0 with the authorization code grant flow.

Path Parameters

note_id
string<uuid>
required

A UUID which identifies the note.

Example:

"ff3f3bd4-40f4-4f80-8187-cd02385af424"

Response

Success

Success

data
object
required