v7

latestOpenAPI 3.1.0raw.githubusercontent.com2025-03-27193380.5 KB
Sessions

Fleet Session Status Endpoint

get/sessions/{session_id}/status

Path parameters

session_idstring required

Response

Successful Response

session_idstring required

A unique identifier for the session.

status'starting' | 'running' | 'terminated' | 'completed' | 'unknown' required

The current status of the session.

Example response

{
  "session_id": "session_12345",
  "status": "terminated"
}