Retrieve details for a specific webhook
| Parameter | Type | Required | Description |
|---|---|---|---|
id | string | Yes | UUID of the webhook |
| Field | Type | Description |
|---|---|---|
id | string | Webhook UUID |
url | string | Destination URL |
description | string | Description (or null) |
agent_id | string | Agent UUID (or null for org-level) |
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 |
| Code | Description |
|---|---|
NOT_FOUND | Webhook not found or doesn’t belong to your organization |