Skip to main content
GET
Get all sandboxes for a given actor

Authorizations

Authorization
string
header
required

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

Query Parameters

did
string<at-identifier>
required

The DID or handle of the actor

limit
integer

The maximum number of sandboxes to return.

Required range: x >= 1
offset
integer

The number of sandboxes to skip before starting to collect the result set.

Required range: x >= 0
isRunning
boolean

Filter sandboxes by their running status.

Response

OK

sandboxes
object[]
total
integer
Required range: x >= 0