🎉 AdCP 3.0 is now GA — see what's new
curl --request GET \
--url https://agenticadvertising.org/api/registry/agents/{encodedUrl}/compliance/history{
"agent_url": "<string>",
"runs": [
{
"id": "<string>",
"overall_status": "<string>",
"headline": "<string>",
"tracks_passed": 123,
"tracks_failed": 123,
"tracks_skipped": 123,
"tracks_partial": 123,
"total_duration_ms": 123,
"triggered_by": "<string>",
"tested_at": "<string>",
"tracks_json": "<unknown>"
}
],
"count": 123
}Returns a list of compliance test runs for an agent, ordered most recent first.
If the agent has opted out, returns an empty list.
curl --request GET \
--url https://agenticadvertising.org/api/registry/agents/{encodedUrl}/compliance/history{
"agent_url": "<string>",
"runs": [
{
"id": "<string>",
"overall_status": "<string>",
"headline": "<string>",
"tracks_passed": 123,
"tracks_failed": 123,
"tracks_skipped": 123,
"tracks_partial": 123,
"total_duration_ms": 123,
"triggered_by": "<string>",
"tested_at": "<string>",
"tracks_json": "<unknown>"
}
],
"count": 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?