Get outbound request log
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
}Agent Compliance
Get outbound request log
Returns the outbound request log for an agent (compliance checks, health probes, etc.). Requires authentication and ownership, or the static admin API key for support/debugging.
GET
/
api
/
registry
/
agents
/
{encodedUrl}
/
monitoring
/
requests
Get outbound request log
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.
Authorizations
bearerAuthoauth2
Bearer token in the Authorization header. Two token types are accepted:
- Organization API key (
sk_...) issued via the dashboard. Org-scoped, long-lived, for server-to-server use. - User JWT obtained via the OAuth 2.1 authorization code flow with PKCE. User-scoped, short-lived. Discover the authorization server at
/.well-known/oauth-authorization-serverand the protected-resource metadata at/.well-known/oauth-protected-resource/api.
Path Parameters
URL-encoded agent URL
Query Parameters
Max results (default 50, max 200)
ISO 8601 timestamp to filter from
Was this page helpful?
⌘I