Get run session

Retrieve status and details of a run session.

get/api/v3/workspaces/{workspace}/run-sessions/{sessionId}/

Path parameters

workspacestring required
sessionIdstring required

Response

Run session details

idstring

Run session ID

slxNamestring
status'RUNNING' | 'SUCCEEDED' | 'FAILED'
createdAtstring date-time
completedAtstring date-time nullable

Changes