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
string
required
Agent UUID
string
required
Webhook UUID
Request
Response
boolean
Indicates if the request was successful
object
Webhook configuration details
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)
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