Skip to main content
GET
/
workflow
/
{id}
/
runs
/
{rid}
/
history
/
stream
Stream pinned-run workflow history events via Server-Sent Events
curl --request GET \
  --url http://localhost:3001/workflow/{id}/runs/{rid}/history/stream
"<string>"

Path Parameters

id
string
required

The workflow execution ID

rid
string<uuid>
required

The specific run ID to target

Query Parameters

includePayloads
boolean
default:false

Include decoded input/output payloads in events

lastEventId
integer

Resume from this event ID (alternative to Last-Event-ID header)

Response

SSE stream of workflow history events

The response is of type string.