tool_execution.failed
tool_execution.failed
Delivered when a tool execution fails.
Payload
The payload of this webhook request is an object.
event
Webhook event types for tool execution lifecycle.
Allowed values:
toolExecutionId
Execution id matching the original request.
occurredAt
Seconds since epoch (Unix timestamp) when the execution reached a terminal state.
toolType
Tool name (e.g. GENERATE_IMAGE, TEXT_TO_SPEECH).
results
One entry per generated result, each with a hydrated file. Present only on tool_execution.succeeded.
error
Present only on tool_execution.failed.
Response
200
Acknowledge receipt