Get template details by canonical ref
Firecracker-only endpoint. Accepts raw custom template IDs, logical refs like name and name:tag, exact build refs like name:tb_123, builtin refs like nullspace/base:latest, slug namespaced custom refs like acme/python-dev:stable, and legacy authenticated owner UUID namespaced refs. Full canonical refs take precedence over subresource parsing, so names such as acme/tags, acme/aliases, acme/rename, and acme/visibility remain addressable through this route when those templates exist.
Authorizations
API key passed as Bearer token
Path Parameters
Canonical template ref. This route accepts slash-bearing refs such as namespace/name, namespace/name:tag, namespace/name:tb_123, and legacy <user_uuid>/<name>:<tag> aliases.
Query Parameters
Comma-separated field mask for template list/get responses. Supported fields: id, name, description, tags, default_tag, builtin, canonical_ref, namespace_slug, visibility.
Response
Template details
private, public Effective runtime defaults retained for a built template. Environment values are intentionally omitted; only keys are exposed.