Using Webhook Streaming to stream events to your webhook
webhooks
object to your request, for example:
realtime
is set to true
, each event is delivered individually and immediately, at the cost of crew/flow performance.
data
object structure varies by event type. Refer to the event list on GitHub.
As requests are sent over HTTP, the order of events can’t be guaranteed. If you need ordering, use the timestamp
field.
crew_kickoff_started
crew_step_started
crew_step_completed
crew_execution_completed
llm_call_started
llm_call_completed
tool_usage_started
tool_usage_completed
crew_test_failed