Skip to main content
GET
/
api
/
properties
/
check
/
{reportId}
Get property check report
curl --request GET \
  --url https://agenticadvertising.org/api/properties/check/{reportId}
{
  "summary": {
    "total": 123,
    "remove": 123,
    "modify": 123,
    "assess": 123,
    "ok": 123
  }
}

Path Parameters

reportId
string
required

Response

Property check report

summary
object
required