Sandbox templates

List sandbox templates

GET
/sandbox-templates

Authorization

ApiKeyAuth
AGENTBOX-API-KEY<token>

In: header

Response Body

application/json

application/json

application/json

curl -X GET "https://sandbox-templates"
{  "items": [    {      "name": "string",      "version": "string",      "description": "string",      "createdAt": "2019-08-24T14:15:22Z",      "cpu": "string",      "memory": "string",      "syncSource": "string",      "runtimeNames": [        "string"      ],      "hasDocs": true    }  ],  "total": 0,  "limit": 0,  "offset": 0}
{  "error": "string",  "errorCode": "API_KEY_REQUIRED",  "detail": null}
{  "error": "string",  "errorCode": "API_KEY_REQUIRED",  "detail": null}