---
title: "Retrieves valuation history for the property."
method: GET
path: "/v1/avmHistory/{propertyId}"
tags: ["AvmHistory"]
---

# Retrieves valuation history for the property.

`GET /v1/avmHistory/{propertyId}`

## Path parameters

- `propertyId` string, required

## Response `200`

OK

- AvmHistoryV1Response
  - `valuations` AvmHistoryV1Valuation[], nullable
    - `comparableSales` AvmHistoryV1ComparableSale[], nullable
      - `propertyId` string, nullable
    - `property` AvmHistoryV1Property
      - `address` AvmHistoryV1Address
        - `unitNumber` string, nullable
        - `streetNumber` string, nullable
        - `streetName` string, nullable
        - `streetType` string, nullable
        - `locality` string, nullable
        - `postcode` string, nullable
        - `state` string, nullable
      - `bathrooms` integer, nullable
      - `bedrooms` integer, nullable
      - `buildingArea` number, double, nullable
      - `carparks` integer, nullable
      - `domainPropertyId` string, nullable
      - `gnafPId` string, nullable
      - `images` string[], nullable
      - `landArea` number, double, nullable
      - `latitude` number, double, nullable
      - `legalParcel` string, nullable
      - `longitude` number, double, nullable
      - `propertyType` string, nullable
      - `saleHistories` AvmHistoryV1SaleHistory[], nullable
        - `saleDate` string, nullable
        - `salePrice` integer, nullable
        - `saleType` string, nullable
      - `slug` string, nullable
      - `yearBuilt` string, nullable
    - `rentalAvm` AvmHistoryV1RentalAvm
      - `percentYieldRentEstimate` number, double, nullable
      - `rentalFsd` number, double, nullable
      - `weeklyRentEstimate` integer, nullable
    - `saleAvm` AvmHistoryV1SaleAvm
      - `estimate` integer, nullable
      - `estimateDate` string, nullable
      - `estimateHigh` integer, nullable
      - `estimateLow` integer, nullable
      - `percentFsd` number, double, nullable

## Other responses

- `400` — Bad Request
- `403` — Forbidden
- `404` — Not Found
- `500` — Internal Server Error

---

[API](https://skmtc.net/domain/apis/domain-public-api.md) · [All operations](https://skmtc.net/domain/apis/domain-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/domain/domain-public-api/revisions/839de6c29cc3/schema)
