Get the customer-readable trace for a v2 conversation, nested Session→Turn→node→step
The nested tree variant of the session trace (Phase D), paginated by TURN. Same auth (TRACE_READ) + org scoping + terminal-session cache as the flat read. The first page pins the ordered turn roster while every page hydrates current turn content. A window of limit turns is returned with a next_cursor for the next block (None on the last page). If an expired roster changed, the endpoint returns 409 so the client can restart rather than mix traversals. header + session lane ride every page.
Path parameters
Query parameters
Opaque turn-pagination cursor: pass the previous page's next_cursor to load the next block from the same turn roster. Omit for the first page.
Opaque turn-pagination cursor: pass the previous page's next_cursor to load the next block from the same turn roster. Omit for the first page.
Max TURNS per page (the grouped tree paginates by turn, not by raw step).
Max TURNS per page (the grouped tree paginates by turn, not by raw step).
Response
Successful Response
Changes
Changed in 2 of the 3 revisions of this API.6
- ○
added the non-success response with the status
409response-non-success-status-added
- ○
added the optional property
session/items/observation_idsto the response with the200statusresponse-optional-property-added
- ○
added the optional property
session/items/truncationto the response with the200statusresponse-optional-property-added
- ○
added the optional property
turns/items/groups/items/steps/items/observation_idsto the response with the200statusresponse-optional-property-added
- ○
added the optional property
turns/items/groups/items/steps/items/truncationto the response with the200statusresponse-optional-property-added
This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○
- ○
endpoint added
endpoint-added
This revision also has 40 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○