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

# List webhooks

`GET /api/webhooks`

Returns all configured webhooks with masked secrets.

## Response `200`

Array of webhook objects.

- Webhook[]
  - `id` integer, required
  - `node_id` integer — Node the webhook executes against.
  - `name` string, required
  - `stack_name` string, required
  - `action` 'deploy' | 'restart' | 'stop' | 'start' | 'pull' | 'git-pull', required
  - `secret` string, required — Masked secret (e.g., `****...****`). Full secret is only returned on creation.
  - `enabled` 0 | 1, required
  - `created_at` integer, required — Unix timestamp (seconds).

## Other responses

- `403` — Insufficient permissions or license tier.
- `500` — Internal server error.

---

[API](https://skmtc.net/studio-saelix/apis/sencho-api.md) · [All operations](https://skmtc.net/studio-saelix/apis/sencho-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/studio-saelix/sencho-api/versions/f36f82acae1d/schema)
