Skip to main content
GET
Get Template

Overview

Retrieve detailed information about a specific template by its ID, including the complete workflow definition.

Path Parameters

string
required
The unique identifier (UUID) of the template to retrieve.

Response

string
required
Unique identifier (UUID) for the template.
string
required
UUID of the user who owns this template.
string
required
The template’s name.
string
required
The template’s description.
object
required
The ComfyUI workflow definition as a JSON object.
string
required
ISO 8601 timestamp when the template was created.
string
required
ISO 8601 timestamp when the template was last updated.

Example Response

Error Responses

error
Unauthorized - invalid or missing authentication token.
error
Not Found - template with the specified ID does not exist or does not belong to your account.