Skip to main content
GET
cURL

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

status
string
providerType
string
principalId
string
principalType
enum<string>
Available options:
app,
user
sandboxId
string
startDate
string
endDate
string
sortBy
string
sortOrder
string
limit
number | null
offset
number | null

Response

200 - application/json

Paginated list of sandbox sessions

sessions
object[]
required
total
number
required
hasMore
boolean
required
Last modified on September 15, 2026