---
title: "List webhook endpoints"
method: GET
path: "/api/agent/webhooks"
tags: ["Webhooks"]
---

# List webhook endpoints

`GET /api/agent/webhooks`

## Response `200`

Webhook endpoints

- WebhookListResponse
  - `webhooks` WebhookEndpointSummary[], required
    - `id` string, uuid, required
    - `url` string, required
    - `event_types` WebhookEventType[], nullable, required
    - `is_active` boolean, required
    - `description` string, nullable, required
    - `created_at` string, date-time, required
    - `updated_at` string, date-time, required

## Other responses

- `401` — Unauthorized
- `429` — Rate limit exceeded
- `500` — Internal server error

## Changes

> 28 revisions in range; 1 could not be searched.

- **2026-05-26** `7fa84eca1e2a` — 6 warning
  - added the new `agent_worker.approval_requested` enum value to the `webhooks/items/event_types/items/` response property for the response status `200`
  - added the new `agent_worker.budget_exhausted` enum value to the `webhooks/items/event_types/items/` response property for the response status `200`
  - added the new `agent_worker.competitor_diff_detected` enum value to the `webhooks/items/event_types/items/` response property for the response status `200`
  - added the new `agent_worker.paused` enum value to the `webhooks/items/event_types/items/` response property for the response status `200`
  - …2 more
- **2026-03-01** `2df2182b5901` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/citedy/apis/citedy-agent-api/changes/api/agent/webhooks/get.md)

---

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