Skip to main content
GET
/
v1
/
agents
/
sandboxes
List Sandboxes
curl --request GET \
  --url https://api.gravixlayer.com/v1/agents/sandboxes \
  --header 'Authorization: Bearer <token>'
{
  "sandboxes": [
    {
      "sandbox_id": "<string>",
      "template": "<string>",
      "status": "<string>",
      "created_at": "2023-11-07T05:31:56Z",
      "expires_at": "2023-11-07T05:31:56Z"
    }
  ]
}

Authorizations

Authorization
string
header
required

API key authentication. Get your API key from the Gravix Layer Dashboard.

Query Parameters

status
string

Filter by status

limit
integer
default:20

Number of results

Response

200 - application/json

List of sandboxes

sandboxes
object[]