Get bulk check report
curl --request GET \
--url https://agenticadvertising.org/api/properties/check/bulk/{reportId}{
"summary": {
"total": 123,
"ready": 123,
"known": 123,
"ad_infra": 123,
"unknown": 123,
"skipped": 123
},
"entries": [
{
"input": "<string>",
"identifier": {
"type": "<string>",
"value": "<string>"
},
"verdict": "<string>",
"classification": "<string>",
"source": "<string>",
"property_rid": "<string>",
"action": "<string>"
}
]
}Property Resolution
Get bulk check report
Retrieve a previously generated bulk property check report by ID.
GET
/
api
/
properties
/
check
/
bulk
/
{reportId}
Get bulk check report
curl --request GET \
--url https://agenticadvertising.org/api/properties/check/bulk/{reportId}{
"summary": {
"total": 123,
"ready": 123,
"known": 123,
"ad_infra": 123,
"unknown": 123,
"skipped": 123
},
"entries": [
{
"input": "<string>",
"identifier": {
"type": "<string>",
"value": "<string>"
},
"verdict": "<string>",
"classification": "<string>",
"source": "<string>",
"property_rid": "<string>",
"action": "<string>"
}
]
}Documentation Index
Fetch the complete documentation index at: https://agenticadvertisingorg-changeset-release-main.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
⌘I