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

# List Properties

> Get a list of all properties

### Headers

<ParamField header="Accept" type="string" required>
  Must be "application/json"
</ParamField>

### Query Parameters

<ParamField query="filters[property_name][$contains]" type="string">
  Filter properties by name (optional)
</ParamField>

<RequestExample>
  ```bash theme={null}
  curl --request GET \
    --url '/tenant/v1/properties?filters[property_name][$contains]=محمد' \
    --header 'Accept: application/json' \
    --header 'Authorization: Bearer {access_token}'
  ```
</RequestExample>
