---
title: "List Webhooks"
method: GET
path: "/v0/webhooks"
tags: ["Webhooks"]
---

# List Webhooks

`GET /v0/webhooks`

**CLI:**
```bash
agentmail webhooks list
```

## Query parameters

- `limit` integer — Limit of number of items returned.
- `page_token` string — Page token for pagination.
- `ascending` boolean — Sort in ascending temporal order.

## Response `200`

- WebhooksListWebhooksResponse
  - `count` integer, required — Number of items returned.
  - `limit` integer — Limit of number of items returned.
  - `next_page_token` string — Page token for pagination.
  - `webhooks` WebhooksWebhook[], required — Ordered by `created_at` descending.
    - `webhook_id` string, required — ID of webhook.
    - `url` string, required — URL of webhook endpoint.
    - `event_types` EventType[] — Event types for which to send events.
    - `pod_ids` string[] — Pods for which to send events. Maximum 10 per webhook.
    - `inbox_ids` string[] — Inboxes for which to send events. Maximum 10 per webhook.
    - `secret` string, required — Secret for webhook signature verification.
    - `enabled` boolean, required — Webhook is enabled.
    - `updated_at` string, date-time, required — Time at which webhook was last updated.
    - `created_at` string, date-time, required — Time at which webhook was created.
    - `client_id` string — Client ID of webhook.

## Changes

- **2026-05-01** `ce126eb1243c` — 1 warning
  - added the new `message.received.unauthenticated` enum value to the `webhooks/items/event_types/items/` response property for the response status `200`
- **2026-04-08** `69e3767c5ada` — 2 warning
  - added the new `message.received.blocked` enum value to the `webhooks/items/event_types/items/` response property for the response status `200`
  - added the new `message.received.spam` enum value to the `webhooks/items/event_types/items/` response property for the response status `200`
- **2026-03-31** `27965096e618` — 1 info
  - added the new optional `query` request parameter `ascending`
- **2026-03-28** `8a5b5e92ae2d` — 1 warning
  - deleted the `query` request parameter `ascending`
- **2026-03-05** `6e84a95db8ff` — 1 info
  - added the new optional `query` request parameter `ascending`

[Change history](https://skmtc.dev/agentmail-to/apis/api/changes/v0/webhooks/get.md)

---

[API](https://skmtc.dev/agentmail-to/apis/api.md) · [All operations](https://skmtc.dev/agentmail-to/apis/api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/agentmail-to/api/revisions/394ddcdd9c29/schema)
