Get paginated workflow execution history
Returns decoded Temporal history events with optional payload inclusion. First page includes workflow metadata; subsequent pages return events only.
Path parameters
The workflow execution ID
Query parameters
Specific run ID. Required when using pageToken.
Number of events per page
Base64 pagination token from previous response
Include decoded input/output payloads in events
When set, long-poll for a new event once caught up to the end of history instead of returning immediately, bounding the block by this many milliseconds. Clamped to the server's configured maximum — a caller can shorten the wait but never exceed it. Omit for an immediate response; on timeout returns the same page's cursor unchanged with an empty events array so the caller can retry. Lets a poller keep the block roughly aligned with its own tick interval.
Response
Paginated history events
Changes
Changed in 3 of the 20 revisions of this API.12
- ○
added the new optional
queryrequest parameterlongPollTimeoutMsnew-optional-request-parameter
- ○
- ○
endpoint added
endpoint-added
- ○
- ▲
api path removed without deprecation
api-path-removed-without-deprecation
This revision also has 7 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲