---
title: "Creates a valuation PDF report for a given property id.
It uses a combination of the cache valuation and Domain API calls to populate the report."
method: GET
path: "/v1/avmReport/{propertyId}"
tags: ["PropertyAvm"]
---

# Creates a valuation PDF report for a given property id.
It uses a combination of the cache valuation and Domain API calls to populate the report.

`GET /v1/avmReport/{propertyId}`

## Path parameters

- `propertyId` string, required

## Query parameters

- `showEstimate` boolean

## Response `200`

A Valuation for a given property id

- DomainAvmV1AvmReportResponse — The response model used to provide the valuation report.
  - `address` DomainAvmV1Address — The Address model used.
    - `unitNumber` string, nullable — The unit number of the address.
    - `streetNumber` string, nullable — The street number of the address.
    - `streetName` string, nullable — The street name of the address.
    - `streetType` string, nullable — The street type of the address.
    - `locality` string, nullable — The suburb/locality of the address.
    - `postcode` string, nullable — The postcode of the address.
    - `state` string, nullable — The defined State or Territory in Australia (in abbreviated format) where the specific address is located.
  - `propertyId` string, nullable — The Unique Property Id of the target property
  - `report` string, nullable — The B64 encoded pdf of the valuation report.

## Other responses

- `400` — Your request is bad
- `401` — Your request is unauthorised
- `403` — Your request is forbidden
- `404` — Not Found
- `500` — We have had an internal 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)
