---
title: "List Agent Deliveries"
method: GET
path: "/v1/agents/{agent_id}/webhook/deliveries"
tags: ["agent-webhooks"]
---

# List Agent Deliveries

`GET /v1/agents/{agent_id}/webhook/deliveries`

Get recent webhook delivery attempts for a specific agent's webhook.

## Path parameters

- `agent_id` string, required

## Query parameters

- `limit` integer

## Response `200`

Successful Response

- WebhookDeliveryResponse[]
  - `id` string, required
  - `messageId` string, nullable, required
  - `eventType` string, nullable, required
  - `channel` string, nullable, required
  - `status` string, required
  - `httpStatus` integer, nullable, required
  - `errorMessage` string, nullable, required
  - `responseBody` string, nullable, required
  - `attemptCount` integer, required
  - `lastAttemptAt` string, date-time, nullable, required
  - `nextRetryAt` string, date-time, nullable, required
  - `createdAt` string, date-time, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/agentphone/apis/agentphone-api.md) · [All operations](https://skmtc.net/agentphone/apis/agentphone-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/agentphone/agentphone-api/versions/3f3aa65dcd20/schema)
