---
title: "Get all Webhooks"
method: GET
path: "/webhooks"
---

# Get all Webhooks

`GET /webhooks`

Get a list of all webhooks in the account

## Response `200`

200

- object[]
  - `account_id` string
  - `action` string
  - `action_parameters` object
    - `id` string
  - `command` string
  - `id` string
  - `name` string
  - `override_duration` integer
  - `pause_override_on` string
  - `play_override_on` string
  - `tag` string

## Other responses

- `400` — 400

---

[API](https://skmtc.net/telemetrytv/apis/user-api.md) · [All operations](https://skmtc.net/telemetrytv/apis/user-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/telemetrytv/user-api/versions/057a0b968aea/schema)
