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

# List webhooks

`GET /webhooks`

Returns all webhook subscriptions owned by the authenticated user. The `secret` is not included in list responses — it is only returned when a webhook is created.

## Response `200`

A list of webhooks.

- WebhookResponse[]
  - `id` string, required — Webhook ID.
  - `url` string, required — The registered URL.
  - `events` WebhookEvent[], required — Subscribed events.
  - `enabled` boolean, required — Whether the webhook is active.
  - `created_at` string, date-time, required — ISO 8601 timestamp.
  - `updated_at` string, date-time, required — ISO 8601 timestamp.

## Other responses

- `401` — Authentication required.

---

[API](https://skmtc.net/timeless/apis/timeless-public-api.md) · [All operations](https://skmtc.net/timeless/apis/timeless-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/timeless/timeless-public-api/revisions/e591036e462c/schema)
