GET
/
v1
/
sessions
/
{id}

Authorizations

X-BB-API-Key
string
headerrequired

Path Parameters

id
string
required

Response

200 - application/json
id
string
required
createdAt
string
required
updatedAt
string
required
projectId
string
required

The Project ID linked to the Session.

startedAt
string
required
endedAt
string
expiresAt
string
required
status
enum<string>
required
Available options:
RUNNING,
ERROR,
TIMED_OUT,
COMPLETED
proxyBytes
integer
required

Bytes used via the Proxy

avgCpuUsage
integer

CPU used by the Session

memoryUsage
integer

Memory used by the Session

keepAlive
boolean
required

Indicates if the Session was created to be kept alive upon disconnections

contextId
string

Optional. The Context linked to the Session.