List all webhook triggers for an agent
Authorization: Bearer <token> header.
webhook_secret is not included in list responses for security. Secrets are shown only once during trigger creation.| Field | Type | Description |
|---|---|---|
uuid | string | Trigger UUID |
agent_uuid | string | Agent UUID |
name | string | Trigger name |
message_template | string | Message template with {{payload.*}} variables |
enabled | boolean | Whether trigger is active |
webhook_url | string | Full webhook URL for external systems to POST to |
created_at | string | Creation timestamp (ISO 8601) |
updated_at | string | Last update timestamp (ISO 8601) |