Get Template
Templates
Get Template
Retrieve details of a specific template
GET
Get Template
Overview
Retrieve detailed information about a specific template by its ID, including the complete workflow definition.Path Parameters
The unique identifier (UUID) of the template to retrieve.
Response
Unique identifier (UUID) for the template.
UUID of the user who owns this template.
The template’s name.
The template’s description.
The ComfyUI workflow definition as a JSON object.
ISO 8601 timestamp when the template was created.
ISO 8601 timestamp when the template was last updated.
Example Response
Error Responses
Unauthorized - invalid or missing authentication token.
Not Found - template with the specified ID does not exist or does not belong to your account.