> ## 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 Tagged Properties

> List properties with Driving tags applied

List properties with Driving tags applied. Filter by one tag or a comma-separated set of tags.

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

<ParamField query="tag_id" type="number">
  Filter by one tag ID
</ParamField>

<ParamField query="tag_ids" type="string">
  Comma-separated tag IDs
</ParamField>

<ParamField query="tagged_by_user_id" type="number">
  Filter to properties tagged by one user
</ParamField>

<RequestExample>
  ```bash cURL theme={null}
  curl "https://api.v2.dealmachine.com/v1/driving/tagged-properties?tag_ids=11,12" \
    -H "Authorization: Bearer dm_sk_live_xxx"
  ```
</RequestExample>
