cURL
curl --request GET \ --url https://api.usezombie.com/v1/runs/{run_id}:stream \ --header 'Authorization: Bearer <token>'
"<string>"
Streams live events for an in-progress run as Server-Sent Events. Connection stays open until the run completes or the client disconnects.
Obtain a token via the CLI auth flow (POST /v1/auth/sessions) or GitHub OAuth
Run identifier
SSE event stream of live run progress
Server-Sent Events stream