---
title: "Get webhooks"
method: GET
path: "/bus/webhooks"
tags: ["bus"]
---

# Get webhooks

`GET /bus/webhooks`

Returns all registered webhooks and their queue information.

## Response `200`

Successfully retrieved webhooks

- object
  - `queues` WebhookQueueInfo[]
    - `url` string — The URL of the webhook
    - `numPending` integer — Number of pending events in queue
    - `lastSuccess` string, date-time — Timestamp of last successful delivery
    - `lastError` string, date-time — Timestamp of last failed delivery
    - `lastErrorMessage` string — Message from last failed delivery
  - `webhooks` Webhook[]
    - `module` 'alerts' — The module this webhook belongs to
    - `event` 'dismiss' | 'register' — The event type this webhook listens for
    - `url` string — The URL to send webhook events to
    - `headers` object — Custom headers to include in webhook requests

## Changes

- **2024-12-18** `922f156353c9` — 1 info
  - api tag `bus` added
- **2024-12-17** `82af1ae6c6d8` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/siafoundation/apis/renterd-api/changes/bus/webhooks/get.md)

---

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