Agent Webhooks
List Agent Webhooks
Retrieve all webhooks configured for a specific agent
GET
Overview
Lists all webhooks configured for a specific agent, including their current status, configured events, and metadata.Endpoint
Agent UUID
Request
Response
Indicates if the request was successful
Response data containing webhooks and available events
Array of webhook configurations for the agent
Unique webhook identifier
Agent UUID this webhook belongs to
Human-readable webhook name
URL where webhook events will be sent
Array of event types this webhook is configured to receive
Request timeout in seconds (5-120)
Maximum number of retry attempts (0-10)
Whether the webhook is currently active
ISO 8601 timestamp when webhook was created
ISO 8601 timestamp when webhook was last updated
Number of events configured for this webhook
Current webhook status (active, disabled, error)
Object containing all available webhook events and their descriptions
Error responses
Related endpoints
- Create Webhook - Set up a new webhook
- Get Webhook Details - Retrieve specific webhook information
- Update Webhook - Modify webhook configuration
- Delete Webhook - Remove webhook configuration
- Toggle Webhook Status - Enable/disable webhook
- Test Webhook - Send test payload to verify connectivity