Agent Webhooks
Get Webhook Details
Retrieve detailed information about a specific webhook
GET
Overview
Retrieves detailed information about a specific webhook configuration, including its current status, configured events, and metadata.Endpoint
Agent UUID
Webhook UUID
Request
Response
Indicates if the request was successful
Webhook configuration details
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)
Error responses
Related endpoints
- List Agent Webhooks - Get all webhooks for an agent
- Create Webhook - Set up a new webhook
- Update Webhook - Modify webhook configuration
- Delete Webhook - Remove webhook configuration
- Toggle Webhook Status - Enable/disable webhook
- Test Webhook - Send test payload to verify connectivity