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

# List webhooks

`GET /webhooks`

Retrieve all webhooks

## Response `200`

Successful response

- Webhook[]
  - `id` integer — Webhook ID
  - `name` string, nullable — Label for the webhook
  - `webhook_uri` string — Webhook endpoint URL
  - `queue` string — Queue name
  - `last_status` string, nullable — Last webhook status
  - `concurrency` integer — Max simultaneous outstanding requests
  - `timeout` integer — The request timeout for webhook_uri
  - `signing_secret` string, nullable — Secret key(s) for HMAC-SHA256 signature verification. When configured, webhook requests include webhook-id, webhook-timestamp, and webhook-signature headers. Multiple secrets can be specified (space-separated) for key rotation.
  - `vhost` string — Virtual host name

---

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