---
title: "Retrieve the complete valuation history for a property."
method: GET
path: "/valuationRange/{pid}/history"
tags: ["Valuation"]
---

# Retrieve the complete valuation history for a property.

`GET /valuationRange/{pid}/history`

Args:
        pid: Landcor property identifier in ``xxx-xxx-xxx`` format.

    Returns:
        ValuationHistoryResponse containing chronological valuation data points.

    Business Rules:
        * A 404 error is raised if no valuation history exists for the PID.

## Path parameters

- `pid` string, required — Property identifier in format xxx-xxx-xxx

## Response `200`

Successful Response

- ValuationHistoryResponse — Collection of valuation history points for a property.
  - `pid` string, required — Property identifier in format xxx-xxx-xxx
  - `points` ValuationHistoryPoint[] — Chronological valuation history records for the property.
    - `snapshot_date` string, date, required
    - `low_range_value` number, nullable
    - `high_range_value` number, nullable

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/landcor/apis/landcor-property-api.md) · [All operations](https://skmtc.dev/landcor/apis/landcor-property-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/landcor/landcor-property-api/revisions/45a7cc8f5b96/schema)
