🎉 AdCP 3.0 is now GA — see what's new
curl --request GET \
--url https://agenticadvertising.org/api/registry/agents/{encodedUrl}/monitoring/requests \
--header 'Authorization: Bearer <token>'{
"agent_url": "<string>",
"requests": [
{
"id": "<string>",
"agent_url": "<string>",
"request_type": "<string>",
"user_agent": "<string>",
"response_time_ms": 123,
"success": true,
"error_message": "<string>",
"created_at": "<string>"
}
],
"count": 123,
"total": 123
}Returns the outbound request log for an agent (compliance checks, health probes, etc.). Requires authentication and ownership.
curl --request GET \
--url https://agenticadvertising.org/api/registry/agents/{encodedUrl}/monitoring/requests \
--header 'Authorization: Bearer <token>'{
"agent_url": "<string>",
"requests": [
{
"id": "<string>",
"agent_url": "<string>",
"request_type": "<string>",
"user_agent": "<string>",
"response_time_ms": 123,
"success": true,
"error_message": "<string>",
"created_at": "<string>"
}
],
"count": 123,
"total": 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.
Bearer token in the Authorization header. Two token types are accepted:
sk_...) issued via the dashboard. Org-scoped, long-lived, for server-to-server use./.well-known/oauth-authorization-server and the protected-resource metadata at /.well-known/oauth-protected-resource/api.URL-encoded agent URL
Max results (default 50, max 200)
ISO 8601 timestamp to filter from
Was this page helpful?