{ "run": { "workflow_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "machine_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "status": "scheduling", "created_at": "2023-11-07T05:31:56Z", "user_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "organization_id": "<string>", "error": [ "<string>" ], "output_data": {}, "input_attachment_ids": [ "<string>" ], "output_attachment_ids": [ "<string>" ], "run_message_history": [ {} ], "input_values": {}, "pool_ids": [ "3c90c3cc-0d44-4b50-8888-8dd25736052a" ], "sensitive_input_aliases": {}, "usage_metadata": {}, "session_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "session_alias": "<string>", "release_session_after": true, "started_at": "2023-11-07T05:31:56Z", "ended_at": "2023-11-07T05:31:56Z" }, "event_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "event_type": "run_complete", "occurred_at": "2023-11-07T05:31:56Z" }
{ "detail": [ { "loc": [ "<string>" ], "msg": "<string>", "type": "<string>" } ] }
Webhook schema for run completion events. Documentation-only.
Payload sent for the run_complete webhook event.
The completed run data
Show child attributes
Unique event identifier for idempotency
Event type key
Time the event occurred (UTC)
Successful Response
Was this page helpful?