Sandbox envs

List SandboxEnvs visible to the caller

GET
/envs

Authorization

ApiKeyAuth
AGENTBOX-API-KEY<token>

In: header

Response Body

application/json

application/json

application/json

curl -X GET "https://envs"
{  "items": [    {      "name": "string",      "namespace": "string",      "team": "string",      "user": "string",      "createdAt": "2019-08-24T14:15:22Z",      "templateName": "string",      "mode": "WarmPool",      "memberCount": 0,      "desiredReplicas": 0,      "runningReplicas": 0,      "idleReplicas": 0,      "scalingGroupCount": 0,      "autoscalingEnabledGroupCount": 0,      "ready": true    }  ]}
{  "error": "string",  "errorCode": "API_KEY_REQUIRED",  "detail": null}
{  "error": "string",  "errorCode": "API_KEY_REQUIRED",  "detail": null}