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

Path Parameters

encodedUrl
string
required

URL-encoded agent URL

Query Parameters

limit
string

Max results (default 30, max 100)

Response

Compliance run history

agent_url
string
required
runs
object[]
required
count
integer
required