list_properties
Retrieve paginated lists of property addresses (service properties) with GraphQL queries. Specify fields and pagination parameters for targeted results.
Instructions
List service properties (addresses), Relay-paginated. Maps to the GraphQL properties query. [tier: readonly-owner]
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| after | No | ||
| first | No | Default 20 | |
| fields | No | GraphQL selection set to fetch, overriding the default (id address { street city } client { id name }). |