---
title: "Get property check report"
method: GET
path: "/api/properties/check/{reportId}"
tags: ["Property Resolution"]
---

# Get property check report

`GET /api/properties/check/{reportId}`

Retrieve a previously stored property check report by ID. Reports expire after 7 days.

## Path parameters

- `reportId` string, required

## Response `200`

Property check report

- object
  - `summary` object, required
    - `total` integer, required
    - `remove` integer, required
    - `modify` integer, required
    - `assess` integer, required
    - `ok` integer, required

## Other responses

- `404` — Report not found or expired

---

[API](https://skmtc.net/adcontextprotocol/apis/agenticadvertising-org-registry-api.md) · [All operations](https://skmtc.net/adcontextprotocol/apis/agenticadvertising-org-registry-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/adcontextprotocol/agenticadvertising-org-registry-api/revisions/9ea7fedf54c0/schema)
