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

# Query Sync Status of Accounts

Obtain sync statuses of utility accounts in property.

### Request Params

<ParamField path="property_id" type="string">
  Specified property ID where data will enter
</ParamField>

### Request Body

*None*

### Response

<ParamField path="status" type="Array of Dictionaries">
  Status of utility accounts in property

  <ParamField path="status.property_id" type="String">
    Unique identifier of property utility account is synced to
  </ParamField>

  <ParamField path="status.account_number" type="String">
    Account number of utility account
  </ParamField>

  <ParamField path="status.name" type="String">
    Name of utility
  </ParamField>
</ParamField>
