Skip to main content
POST
End a session

Authorizations

Authorization
string
header
required

Secret key (sk_live_...)

Path Parameters

session_id
string
required

Unique identifier for the session (prefixed with sess_).

Response

OK

A session object representing an isolated compute session for executing tasks.

id
string
required

Unique identifier for the session, prefixed with sess_.

object
string
required

Always session.

status
string
required

Session status: queued, running, idle, completing, completed, or failed.

runtime_ms
required

Total session runtime in milliseconds.

task_runs
object[]
required

Task runs executed within this session.

created_at
string<date-time>
required

ISO 8601 timestamp of when the resource was created.

updated_at
string<date-time>
required

ISO 8601 timestamp of when the resource was last updated.

request_id
string
required

Unique identifier for the API request. Include this when contacting support.