---
title: "List webhooks"
method: GET
path: "/webhooks"
---

# List webhooks

`GET /webhooks`

List webhooks

## Response `200`

The list of created webhooks

- object[]
  - `id` string — The id of the webhook
  - `target_url` string — The target url of the webhook
  - `event_type` 'issue.open.created' | 'issue.snoozed' | 'issue.ignored.manual' | 'ci.gate.failed' | 'issue.closed' | 'ci.gate.passed' | 'issue.sla.breached' | 'zen.attack' | 'zen.attack_wave' | 'zen.outbound.discovered' | 'scan.image.finished' | 'issue.unignored' | 'issue.severity.changed.manual' | 'configuration_issue.detected' — The event type of the webhook
  - `health_status` 'unknown' | 'failing' | 'success' — The health status of the webhook
  - `latest_http_status_code` integer — The latest http status code of the webhook

---

[API](https://skmtc.net/aikido/apis/authorization.md) · [All operations](https://skmtc.net/aikido/apis/authorization/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/aikido/authorization/revisions/5445e7c21137/schema)
