---
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
    - `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/cc7620662261/schema)
