Statistics

Get user-scoped sandbox statistics

GET
/statistics/sandboxes

Authorization

ApiKeyAuth
AGENTBOX-API-KEY<token>

In: header

Response Body

application/json

application/json

application/json

curl -X GET "https://statistics/sandboxes"
{  "statistics": {    "namespace": "string",    "total": 0,    "byStatus": {      "property1": 0,      "property2": 0    }  }}
{  "error": "string",  "errorCode": "API_KEY_REQUIRED",  "detail": null}
{  "error": "string",  "errorCode": "API_KEY_REQUIRED",  "detail": null}