---
title: "List Sessions"
method: GET
path: "/api/sessions"
tags: ["sessions"]
---

# List Sessions

`GET /api/sessions`

## Query parameters

- `status` 'active' | 'archived', nullable
- `search` string, nullable — Title contains
- `limit` integer
- `offset` integer

## Response `200`

Successful Response

- SessionListResponse
  - `items` SessionSummaryResponse[], required
    - `id` string, uuid, required
    - `title` string, required
    - `status` 'active' | 'archived', required
    - `checkpoint_version` integer, required
    - `created_at` string, nullable
    - `updated_at` string, nullable
  - `total` integer, required
  - `offset` integer, required
  - `limit` integer, required
  - `has_more` boolean, required

## Other responses

- `422` — Validation Error

## Changes

- **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` — 3 warning, 5 info
  - removed the optional property `detail` from the response with the `422` status
  - added the new `active` enum value to the `items/items/status` response property for the response status `200`
  - added the new `archived` enum value to the `items/items/status` response property for the response status `200`
  - api operation id `list_sessions_api_sessions_get` removed and replaced with `list_sessions`
  - …4 more
- **2026-07-13** `1afc045b25c0` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/qredence/apis/fleet-rlm/changes/api/sessions/get.md)

---

[API](https://skmtc.dev/qredence/apis/fleet-rlm.md) · [All operations](https://skmtc.dev/qredence/apis/fleet-rlm/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/qredence/fleet-rlm/revisions/3e0490b230d7/schema)
