cURL
curl --request GET \ --url https://control-plane.kubiya.ai/api/v1/tasks/plan/{execution_id}/stream \ --header 'Authorization: Bearer <token>'
{ "detail": [ { "loc": [ "<string>" ], "msg": "<string>", "type": "<string>" } ] }
Stream plan execution updates using Server-Sent Events (SSE).
This endpoint streams real-time events from plan execution including:
Uses Redis event bus for real-time updates (200ms polling). Supports Last-Event-ID for reconnection and gap recovery.
Enter your Kubiya API token (format: Bearer )
Successful Response
Was this page helpful?