cURL
curl --request GET \ --url https://api.usezombie.com/v1/runs/{run_id}:replay \ --header 'Authorization: Bearer <token>'
"<string>"
Streams the complete event history of a finished run as Server-Sent Events. Useful for replaying a run’s timeline in the UI.
Obtain a token via the CLI auth flow (POST /v1/auth/sessions) or GitHub OAuth
Run identifier
SSE event stream of run history
Server-Sent Events stream