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
- 200
- 400
- 401
- 403
- 404
- 500
Session timeline successfully retrieved
Bad Request
Unauthorized - Invalid or missing Bearer token
Forbidden - Token does not have required permissions
Session not found
Internal server error