> ## Documentation Index
> Fetch the complete documentation index at: https://docs.opencomputer.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# List Webhooks

List the org's webhook destinations. Deleted destinations are excluded. See [Webhooks](/sandboxes/webhooks).

<ResponseExample>
  ```json 200 theme={null}
  {
    "data": [
      {
        "id": "whk_3f9a2c",
        "name": "prod",
        "url": "https://app.example.com/oc-webhook",
        "eventTypes": ["sandbox.stopped"],
        "sandboxId": null,
        "enabled": true,
        "hasSecret": true,
        "createdAt": "2026-06-24T12:00:00Z",
        "updatedAt": "2026-06-24T12:00:00Z"
      }
    ]
  }
  ```
</ResponseExample>
