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

# List webhooks

`GET /webhooks`

## Query parameters

- `page` integer

## Response `200`

Paginated list of webhooks

- object[]
  - `uid` string
  - `name` string
  - `url` string, uri
  - `resource` 'image' | 'batch' | 'tool_job' | 'workflow_run' | 'animation'
  - `event` 'all_events' | 'completed' | 'failed'
  - `status` 'active' | 'disabled'
  - `created_at` string, date-time

---

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