Get all webhooks in your organization
| Parameter | Type | Description |
|---|---|---|
agent_id | string | Filter by agent (only show webhooks for this agent) |
| Field | Type | Description |
|---|---|---|
webhooks | array | List of webhook objects |
total | number | Total number of webhooks |
| Field | Type | Description |
|---|---|---|
id | string | Webhook UUID |
url | string | Destination URL |
description | string | Optional description |
agent_id | string | Agent UUID (null for org-level webhook) |
is_enabled | boolean | Whether the webhook is active |
last_triggered_at | string | ISO-8601 timestamp of last trigger |
consecutive_failures | number | Number of consecutive failures |
created_at | string | ISO-8601 creation timestamp |
updated_at | string | ISO-8601 last update timestamp |