This webhook is called when an agent run completes with a result (done or error). Configure the webhook URL when creating or updating an agent.
Completed run information
Unique identifier for the run
ID of the agent that executed this run
Input data provided for the run
Current status of the run
pending, running, done, error Run creation timestamp
Run last update timestamp
Error information (only present when status is 'error')
Type of result (null until run completes)
document, json The result data (null until run completes successfully)
Webhook received and processed successfully