---
title: "Find property inspections"
method: GET
path: "/v1/property_inspections"
tags: ["Property Inspection"]
deprecated: true
---

# Find property inspections

`GET /v1/property_inspections`

> **Deprecated.**

## Query parameters

- `order` 'newest' | 'oldest'
- `limit` integer
- `after` string, jwt

## Headers

- `X-Encircle-Attribution` string
- `X-Encircle-Request` string

## Response `200`

A list of `PropertyInspection`s visible to the authenticated token.

- object
  - `list` PropertyInspectionResponse[], required
    - `organization_id` string, uuid, required — A [RFC 4122](https://tools.ietf.org/html/rfc4122#section-3) compliant UUID in lowercase hexadecimal.
    - `brand_id` integer, nullable, required
    - `id` integer, required
    - `permalink_url` string, required
    - `insurer_identifier` string, required
    - `policyholder_name` string, nullable, required
    - `full_address` string, nullable, required
    - `policyholder_email_address` string, nullable, required
    - `policyholder_phone_number` string, nullable, required
    - `inspection_date` string, date, required — A [RFC 3339](https://tools.ietf.org/html/rfc3339#section-5.6) compliant `full-date` string. The provided date MUST be in the past.
    - `underwriter` string, nullable, required
    - `inspection_creator` string, nullable, required
    - `estimated_building_value` integer, required — Represents a monetary amount as an integer in hundredths of a dollar. For example, `550` would represent `$5.50`.
    - `insurance_company_name` string, nullable, required
    - `insurance_broker_name` string, nullable, required
    - `policy_number` string, nullable, required
    - `policy_renewal_date` string, date, required — A [RFC 3339](https://tools.ietf.org/html/rfc3339#section-5.6) compliant `full-date` string.
  - `cursor` object, required
    - `order` string, required — Specifies the requested ordering of results. See the `order` query parameter for explanations of all the options.
    - `limit` integer, required — Maximum number of results that were included in this response. See the `limit` query parameter.
    - `after` string, jwt, nullable, required — A string that can be passed as an `after` query parameter to fetch the next page of results. If `null`, it means that there are no further results and that the returned data is the last page.

## Other responses

- `400` — Error processing request.
- `401` — Authentication error.
- `404` — Requested resource does not exist.

---

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