Skip to main content
GET
Get a template by ID

Authorizations

X-API-Key
string
header
required

Path Parameters

template_id
string<uuid>
required

The unique identifier of the template.

Response

Template details

id
string<uuid>
team_id
string<uuid>
name
string
status
enum<string>
Available options:
pending,
building,
ready,
failed
vcpu
integer
memory_mib
integer
disk_mib
integer
size_bytes
integer<int64>

On-disk size of the template's snapshot bundle (present once ready).

error_message
string

Last build's error message, if status is failed.

created_at
string<date-time>
built_at
string<date-time>

When the template most recently transitioned to ready.