API ReferenceSandboxes
List Sandboxes
List all sandboxes for current workspace.
Authorization
HTTPBearer AuthorizationBearer <token>
In: header
Header Parameters
X-API-Key?|
Response Body
application/json
application/json
curl -X GET "https://api.levainlabs.com/api/v1/sandboxes/"[
{
"id": "string",
"name": "string",
"status": "string",
"message_count": 0,
"last_activity_at": "string",
"created_at": "string"
}
]{
"detail": [
{
"loc": [
"string"
],
"msg": "string",
"type": "string"
}
]
}