---
title: "Changes to List Session Turns"
method: GET
path: "/api/sessions/{session_id}/turns"
---

# Changes to List Session Turns

`GET /api/sessions/{session_id}/turns`

> Every recorded change to this endpoint, newest first.

## Timeline

Changed in 7 of 85 revisions.

- **2026-08-12** `c1023e1ee5f5` — 3 breaking, 10 warning, 1 info
- **2026-07-17** `655778279cb1` — 1 info
- **2026-07-17** `62e8c152aa18` — 1 breaking
- **2026-07-15** `216311cd30ec` — 3 warning
- **2026-07-13** `f18c4c8586ca` — 8 breaking, 5 warning, 16 info
- **2026-07-13** `e2f60de986eb` — 2 info
- **2026-07-13** `1afc045b25c0` — 1 info

## Changes

- **2026-08-12** `c1023e1ee5f5` — 3 breaking, 10 warning, 1 info
  - added `#/components/schemas/TextUIMessagePart, #/components/schemas/ReasoningUIMessagePart, #/components/schemas/DynamicToolUIMessagePart, #/components/schemas/StepStartUIMessagePart, #/components/schemas/DataStatusUIMessagePart, #/components/schemas/DataStepUIMessagePart, #/components/schemas/DataRLMCodeUIMessagePart, #/components/schemas/DataRLMOutputUIMessagePart, #/components/schemas/DataSkillUIMessagePart, #/components/schemas/DataAttachmentUIMessagePart, #/components/schemas/DataWarningUIMessagePart, #/components/schemas/DataArtifactUIMessagePart, #/components/schemas/DataUsageUIMessagePart, #/components/schemas/DataStructuredResultUIMessagePart` to the `items/items/parts/items/` response property `oneOf` list for the response status `200`
  - the `items/items/parts/items/` response's property type/format changed from `object`/`` to ``/`` for status `200`
  - removed the required property `items/items/parts/items/type` from the response with the `200` status
  - removed the optional property `items/items/parts/items/data` from the response with the `200` status
  - removed the optional property `items/items/parts/items/errorText` from the response with the `200` status
  - removed the optional property `items/items/parts/items/id` from the response with the `200` status
  - removed the optional property `items/items/parts/items/input` from the response with the `200` status
  - removed the optional property `items/items/parts/items/output` from the response with the `200` status
  - removed the optional property `items/items/parts/items/providerExecuted` from the response with the `200` status
  - removed the optional property `items/items/parts/items/state` from the response with the `200` status
  - removed the optional property `items/items/parts/items/text` from the response with the `200` status
  - removed the optional property `items/items/parts/items/toolCallId` from the response with the `200` status
  - removed the optional property `items/items/parts/items/toolName` from the response with the `200` status
  - added discriminator to `items/items/parts/items/` response property for the response status `200`
- **2026-07-17** `655778279cb1` — 1 info
  - endpoint added
- **2026-07-17** `62e8c152aa18` — 1 breaking
  - api path removed without deprecation
- **2026-07-15** `216311cd30ec` — 3 warning
  - deleted the `header` request parameter `Authorization`
  - deleted the `header` request parameter `X-Fleet-User-Id`
  - deleted the `header` request parameter `X-Fleet-Workspace-Id`
- **2026-07-13** `f18c4c8586ca` — 8 breaking, 5 warning, 16 info
  - the `items/items/id` response's property type/format changed from `string`/`uuid` to `string`/`` for status `200`
  - removed the required property `has_more` from the response with the `200` status
  - removed the required property `items/items/content` from the response with the `200` status
  - removed the required property `items/items/sequence` from the response with the `200` status
  - removed the required property `items/items/status` from the response with the `200` status
  - removed the required property `limit` from the response with the `200` status
  - removed the required property `offset` from the response with the `200` status
  - removed the required property `total` from the response with the `200` status
  - deleted the `query` request parameter `offset`
  - removed the optional property `detail` from the response with the `422` status
  - removed the optional property `items/items/run_id` from the response with the `200` status
  - added the new `assistant` enum value to the `items/items/role` response property for the response status `200`
  - added the new `user` enum value to the `items/items/role` response property for the response status `200`
  - api operation id `list_session_turns_api_sessions__session_id__turns_get` removed and replaced with `list_session_turns`
  - added the new optional `query` request parameter `after_sequence`
  - added the optional property `items/items/parts/items/data` to the response with the `200` status
  - added the optional property `items/items/parts/items/errorText` to the response with the `200` status
  - added the optional property `items/items/parts/items/id` to the response with the `200` status
  - added the optional property `items/items/parts/items/input` to the response with the `200` status
  - added the optional property `items/items/parts/items/output` to the response with the `200` status
  - added the optional property `items/items/parts/items/providerExecuted` to the response with the `200` status
  - added the optional property `items/items/parts/items/state` to the response with the `200` status
  - added the optional property `items/items/parts/items/text` to the response with the `200` status
  - added the optional property `items/items/parts/items/toolCallId` to the response with the `200` status
  - added the optional property `items/items/parts/items/toolName` to the response with the `200` status
  - added the optional property `next_after_sequence` to the response with the `200` status
  - added the required property `code` to the response with the `422` status
  - added the required property `items/items/parts/items/type` to the response with the `200` status
  - added the required property `message` to the response with the `422` status
- **2026-07-13** `e2f60de986eb` — 2 info
  - added the optional property `items/items/metadata` to the response with the `200` status
  - added the required property `items/items/parts` to the response with the `200` status
- **2026-07-13** `1afc045b25c0` — 1 info
  - endpoint added

---

[Operation](https://skmtc.dev/qredence/apis/fleet-rlm/docs/api/sessions/:session_id/turns/get.md) · [API](https://skmtc.dev/qredence/apis/fleet-rlm.md) · [Page](https://skmtc.dev/qredence/apis/fleet-rlm/changes/api/sessions/:session_id/turns/get)
