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

# List workspace webhooks

`GET /api/v1/workspace/webhooks`

## Response `200`

Successful Response

- WebhookResponse[]
  - `id` string, required
  - `url` string, required
  - `secret` string, nullable
  - `events` string[], required
  - `name` string, nullable
  - `enabled` boolean, required
  - `created_at` string, date-time, required
  - `updated_at` string, date-time, required

---

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