Skip to main content
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.

Path Parameters

reportId
string
required

Report UUID

Response

Report data

summary
object
required
entries
object[]
required