> ## Documentation Index
> Fetch the complete documentation index at: https://docs.journeybee.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Get Deal Notes

> Retrieve all notes associated with a specific deal

## Authentication

<CodeGroup>
  ```bash cURL theme={null}
  curl -X GET "https://app.journeybee.io/api/v1/lead-deals/{dealId}/notes" \
    -H "Authorization: Bearer your-api-key-uuid" \
    -H "Content-Type: application/json"
  ```
</CodeGroup>

## Path Parameters

<ParamField path="dealId" type="number" required>
  The unique identifier of the deal
</ParamField>

## Response Schema

Same as lead notes - array of rich text note objects with attachments and mentions.

## Notes

* Requires API key with `read_access` permission
* Deal notes often include commission and negotiation details
