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

# List Webhooks

> Get all webhooks for your organization

## Response

```json theme={null}
{
  "object": "list",
  "data": [
    {
      "id": "webhook_abc123",
      "object": "webhook",
      "url": "https://yourapp.com/webhooks/outcry",
      "events": ["video.completed", "video.failed"],
      "is_active": true,
      "created_at": 1730634000
    }
  ],
  "has_more": false
}
```
