---
title: "Get outbound request log"
method: GET
path: "/api/registry/agents/{encodedUrl}/monitoring/requests"
tags: ["Agent Compliance"]
---

# Get outbound request log

`GET /api/registry/agents/{encodedUrl}/monitoring/requests`

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.

## Path parameters

- `encodedUrl` string, required — URL-encoded agent URL

## Query parameters

- `limit` string — Max results (default 50, max 200)
- `since` string — ISO 8601 timestamp to filter from

## Response `200`

Outbound request log

- object
  - `agent_url` string, required
  - `requests` OutboundRequest[], required
    - `id` string, required
    - `agent_url` string, required
    - `request_type` string, required
    - `user_agent` string, required
    - `response_time_ms` number, nullable, required
    - `success` boolean, required
    - `error_message` string, nullable, required
    - `created_at` string, required
  - `count` integer, required
  - `total` integer, required

## Other responses

- `400` — Invalid agent URL
- `401` — Authentication required
- `403` — Not authorized
- `500` — Server error

---

[API](https://skmtc.dev/adcontextprotocol/apis/agenticadvertising-org-registry-api.md) · [All operations](https://skmtc.dev/adcontextprotocol/apis/agenticadvertising-org-registry-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/adcontextprotocol/agenticadvertising-org-registry-api/revisions/9ea7fedf54c0/schema)
