Get agent compliance history
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
}Agent Compliance
Get agent compliance history
Returns a list of compliance test runs for an agent, ordered most recent first.
If the agent has opted out, returns an empty list.
GET
/
api
/
registry
/
agents
/
{encodedUrl}
/
compliance
/
history
Get agent compliance history
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://agenticadvertisingorg-changeset-release-main.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
⌘I