Infra APISandbox
List system Sandbox template builds
GET
/api/v1/sandbox-template-buildsAuthorization
BearerAuth AuthorizationBearer <token>
Hydra JWT Bearer token
In: header
Response Body
application/json
curl -X GET "https://example.com/api/v1/sandbox-template-builds"{ "builds": [ { "id": "string", "memory_mb": 0, "vcpu_count": 0 } ]}