templates
List templates
List all templates
get/templates
Query parameters
teamIDstring
Identifier of the team
Response
Successfully returned all templates
templateIDstring required
Identifier of the template
buildIDstring required
Identifier of the last successful build for given template
cpuCountinteger required
CPU cores for the sandbox
memoryMBinteger required
Memory for the sandbox in MiB
diskSizeMBinteger required
Disk size for the sandbox in MiB
publicboolean required
Whether the template is public or only accessible by the team
aliasesstring[] required
Aliases of the template
namesstring[] required
Names of the template (namespace/alias format when namespaced)
createdAtstring date-time required
Time when the template was created
updatedAtstring date-time required
Time when the template was last updated
lastSpawnedAtstring date-time nullable required
Time when the template was last used
spawnCountinteger required
Number of times the template was used
buildCountinteger required
Number of times the template was built
envdVersionstring required
Version of the envd running in the sandbox
buildStatus'building' | 'waiting' | 'ready' | 'error' required
Status of the template build