get_template
Retrieve template metadata like name, type, and thumbnail without HTML content. Use to inspect settings or verify a template exists before referencing it elsewhere.
Instructions
Retrieve metadata for a template (name, type, dates, folder, thumbnail) without its HTML content.
Use to inspect a template's settings or verify it exists before referencing it elsewhere. Use get_template_default_content to fetch the actual HTML body. Use list_templates to browse and discover template IDs.
Authenticated via API key. Max 10 concurrent requests. Read-only, safe to retry. Returns 404 error if template_id is invalid.
Args: template_id: Template ID (numeric string, e.g. '12345'). Obtain from list_templates.
Returns: JSON with id, name, type ('user' | 'base' | 'gallery'), drag_and_drop (bool), date_created, date_edited, created_by, edited_by, active (bool), folder_id, thumbnail, share_url, category.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| template_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |