---
title: "List run sessions"
method: GET
path: "/api/v3/workspaces/{workspace}/run-sessions/"
---

# List run sessions

`GET /api/v3/workspaces/{workspace}/run-sessions/`

List run sessions for the workspace with optional pagination.

## Path parameters

- `workspace` string, required

## Query parameters

- `limit` integer
- `offset` integer
- `status` 'RUNNING' | 'SUCCEEDED' | 'FAILED'

## Response `200`

Paginated list of run sessions

- RunSessionList
  - `count` integer
  - `next` string, nullable
  - `previous` string, nullable
  - `results` RunSession[]
    - `id` string — Run session ID
    - `slxName` string
    - `status` 'RUNNING' | 'SUCCEEDED' | 'FAILED'
    - `createdAt` string, date-time
    - `completedAt` string, date-time, nullable

---

[API](https://skmtc.net/runwhen/apis/runwhen-platform-api.md) · [All operations](https://skmtc.net/runwhen/apis/runwhen-platform-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/runwhen/runwhen-platform-api/versions/9d1a64d4b1c1/schema)
