Skip to main content

Get session timeline

GET 

/api/v1/:environment/sessions/:sessionId/timeline

Retrieve all step attempts for a session as a flat list, sorted newest first by clock. Each entry includes step metadata (type, status, timestamps, attempt number) and the data blocks produced by that attempt. Includes ROLLED_BACK and ABORTED attempts alongside COMPLETED ones — use stepStatus to identify the authoritative attempt for each step.

Request

Responses

Session timeline successfully retrieved