> ## 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 Targets

> List properties saved as Driving targets

List properties saved as Driving targets. Use search, date, and user filters to inspect field activity.

<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 target property addresses
</ParamField>

<ParamField query="start_date" type="string">
  Filter targets saved on or after this date
</ParamField>

<ParamField query="end_date" type="string">
  Filter targets saved on or before this date
</ParamField>

<ParamField query="saved_by_user_id" type="number">
  Filter to targets saved by one user
</ParamField>

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