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
string
required
Agent UUID
Request
Response
boolean
Indicates if the request was successful
object
Response data containing webhooks and available events
array
Array of webhook configurations for the agent
string
Unique webhook identifier
string
Agent UUID this webhook belongs to
string
Human-readable webhook name
string
URL where webhook events will be sent
array
Array of event types this webhook is configured to receive
integer
Request timeout in seconds (5-120)
integer
Maximum number of retry attempts (0-10)
boolean
Whether the webhook is currently active
string
ISO 8601 timestamp when webhook was created
string
ISO 8601 timestamp when webhook was last updated
integer
Number of events configured for this webhook
string
Current webhook status (active, disabled, error)
object
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