🎉 AdCP 3.0 is now GA — see what's new
curl --request GET \
--url https://agenticadvertising.org/api/properties/check/{reportId}{
"summary": {
"total": 123,
"remove": 123,
"modify": 123,
"assess": 123,
"ok": 123
}
}Retrieve a previously stored property check report by ID. Reports expire after 7 days.
curl --request GET \
--url https://agenticadvertising.org/api/properties/check/{reportId}{
"summary": {
"total": 123,
"remove": 123,
"modify": 123,
"assess": 123,
"ok": 123
}
}Documentation Index
Fetch the complete documentation index at: https://docs.adcontextprotocol.org/llms.txt
Use this file to discover all available pages before exploring further.
Was this page helpful?