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

# Retrieve valuation range information for a property.

`GET /valuationRange/{pid}`

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

    Returns:
        ValuationRangeResponse with low and high valuation range values.

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

## Path parameters

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

## Response `200`

Successful Response

- ValuationRangeResponse — Valuation range for a property.
  - `pid` string, required — Property identifier in format xxx-xxx-xxx
  - `low_range_value` number, nullable
  - `high_range_value` number, nullable

## Other responses

- `422` — Validation Error

---

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