---
title: "Changes to List training sessions"
method: GET
path: "/rl/training-sessions"
---

# Changes to List training sessions

`GET /rl/training-sessions`

> Every recorded change to this endpoint, newest first.

## Timeline

Changed in 6 of 14 revisions.

- **2026-08-19** `1fab430e87d6` — 5 info
- **2026-08-15** `468edbdc879c` — 1 info
- **2026-08-08** `f26a23fab8e0` — 2 info
- **2026-08-04** `ebd4756a41e4` — 2 info
- **2026-07-31** `9ccc57e5e4b9` — 1 breaking, 1 warning
- **2026-07-26** `0c4fdad77435` — 12 breaking, 1 warning, 7 info

## Changes

- **2026-08-19** `1fab430e87d6` — 5 info
  - added the optional property `data/items/inference_checkpoints/items/registration/adapter_object_id` to the response with the `200` status
  - added the optional property `data/items/inference_checkpoints/items/registration/adapter_object_revision_id` to the response with the `200` status
  - added the optional property `data/items/inference_checkpoints/items/registration/model_object_id` to the response with the `200` status
  - added the optional property `data/items/inference_checkpoints/items/registration/model_object_revision_id` to the response with the `200` status
  - added the optional property `data/items/training_checkpoints/items/registration` to the response with the `200` status
- **2026-08-15** `468edbdc879c` — 1 info
  - added the optional property `data/items/lora_config/train_unembed` to the response with the `200` status
- **2026-08-08** `f26a23fab8e0` — 2 info
  - added the optional property `data/items/lora_config/seed` to the response with the `200` status
  - added the required property `data/items/base_model` to the response with the `200` status
- **2026-08-04** `ebd4756a41e4` — 2 info
  - added the optional property `data/items/display_name` to the response with the `200` status
  - added the required property `data/items/metadata` to the response with the `200` status
- **2026-07-31** `9ccc57e5e4b9` — 1 breaking, 1 warning
  - the response property `data/items/lora_config` became optional for the status `200`
  - removed the optional property `data/items/lora_config/enable` from the response with the `200` status
- **2026-07-26** `0c4fdad77435` — 12 breaking, 1 warning, 7 info
  - for the `query` request parameter `status`, default value `TRAINING_SESSION_STATUS_UNSPECIFIED` was removed
  - removed the enum value `TRAINING_SESSION_STATUS_CREATING` from the `query` request parameter `status`
  - removed the enum value `TRAINING_SESSION_STATUS_ERROR` from the `query` request parameter `status`
  - removed the enum value `TRAINING_SESSION_STATUS_EXPIRED` from the `query` request parameter `status`
  - removed the enum value `TRAINING_SESSION_STATUS_RUNNING` from the `query` request parameter `status`
  - removed the enum value `TRAINING_SESSION_STATUS_STOPPED` from the `query` request parameter `status`
  - removed the enum value `TRAINING_SESSION_STATUS_STOPPING` from the `query` request parameter `status`
  - removed the enum value `TRAINING_SESSION_STATUS_UNSPECIFIED` from the `query` request parameter `status`
  - the `data/items/lora_config/alpha` response's property type/format changed from `integer`/`int64` to `integer`/`` for status `200`
  - the `data/items/lora_config/dropout` response's property type/format changed from `number`/`float` to `number`/`` for status `200`
  - the `data/items/lora_config/rank` response's property type/format changed from `integer`/`int64` to `integer`/`` for status `200`
  - the `meta/limit` response's property type/format changed from `integer`/`int32` to `integer`/`` for status `200`
  - removed the optional property `data/items/optimizer_config` from the response with the `200` status
  - added the new optional `query` request parameter `created_by`
  - for the `query` request parameter `limit`, the type/format was generalized from `integer`/`int32` to `integer`/``
  - for the `query` request parameter `status`, the type/format was generalized from `string`/`` to `array`/``
  - the `alpha` response's property default value changed from `16` to `64` for the status `200`
  - the `dropout` response's property default value changed from `0.05` to `0.0` for the status `200`
  - the `rank` response's property default value changed from `8` to `32` for the status `200`
  - added the required property `data/items/created_by` to the response with the `200` status

---

[Operation](https://skmtc.dev/together/apis/together-apis/docs/rl/training-sessions/get.md) · [API](https://skmtc.dev/together/apis/together-apis.md) · [Page](https://skmtc.dev/together/apis/together-apis/changes/rl/training-sessions/get)
