cURL
curl --request GET \ --url http://localhost:3001/workflow/{id}/runs/{rid}/history
{ "workflow": {}, "events": [ {} ], "runId": "<string>", "nextPageToken": "<string>" }
The workflow execution ID
The specific run id to target
Number of events per page
1 <= x <= 50
Base64 pagination token from previous response
Include decoded input/output payloads in events
Paginated history events
Workflow metadata (null on subsequent pages)
The pinned run ID