Skip to main content
GET
Get webhook by execution ID

Authorizations

Authorization
string
header
required

API key passed as an Authorization Bearer token: Authorization: Bearer YOUR_API_KEY

Path Parameters

execution_id
string
required

Execution ID for tracking the webhook

Response

Webhook details

Webhook information without attempts

url
string<uri>
required

Target URL for webhook delivery

Example:

"https://api.example.com/webhook"

request
string
required

Original request payload

Example:

"{\"event\":\"prediction.completed\"}"

source
string
required

Service that triggered the webhook

Example:

"api-gateway"

created_at
string<date-time>
required

When the webhook was created

Example:

"2025-12-14T10:30:00Z"

execution_id
string | null

Execution identifier for tracking

Example:

"abc123-def456-ghi789"

headers
object

Headers included in the webhook request

Example:
attempts
object[]

Delivery attempts for this webhook

Last modified on July 27, 2026