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

# Get run session

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

Retrieve status and details of a run session.

## Path parameters

- `workspace` string, required
- `sessionId` string, required

## Response `200`

Run session details

- RunSession
  - `id` string — Run session ID
  - `slxName` string
  - `status` 'RUNNING' | 'SUCCEEDED' | 'FAILED'
  - `createdAt` string, date-time
  - `completedAt` string, date-time, nullable

---

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