Get webhook by execution ID
Retrieve details of a specific webhook including delivery attempts by execution ID
GET
Get webhook by execution ID
Authorizations
API key passed as Authorization: Bearer <api_key>
Path Parameters
Execution ID for tracking the webhook
Response
Webhook details
Webhook information without attempts
Target URL for webhook delivery
Example:
"https://api.example.com/webhook"
Original request payload
Example:
"{\"event\":\"prediction.completed\"}"
Service that triggered the webhook
Example:
"api-gateway"
When the webhook was created
Example:
"2025-12-14T10:30:00Z"
Execution identifier for tracking
Example:
"abc123-def456-ghi789"
Headers included in the webhook request
Example:
Delivery attempts for this webhook
Last modified on September 9, 2026