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

# List Property Notes

> List Driving property notes

List property notes captured from Driving workflows.

<ParamField query="page" type="number" default="1">
  Page number
</ParamField>

<ParamField query="per_page" type="number" default="25">
  Results per page (1-100)
</ParamField>

<ParamField query="search" type="string">
  Search note content and property address fields
</ParamField>

<ParamField query="property_id" type="number">
  Filter notes for one internal property ID
</ParamField>

<RequestExample>
  ```bash cURL theme={null}
  curl "https://api.v2.dealmachine.com/v1/driving/notes?property_id=123456" \
    -H "Authorization: Bearer dm_sk_live_xxx"
  ```
</RequestExample>
