templates

List Templates

List all non-archived templates for the current organization.

Returns ONE row per LINEAGE (the active version), not one row per versioned-template row. Phase A versioning made every row a specific version; without this filter the list shows v1 + v2 + v3 of the same template as separate entries — confusing for users.

Includes inheritance metadata per row (parent_template_id + parent_template_name + child_count) so the list view can show variant pills + "↳ variant of [parent]" subtitles without N+1 calls.

get/v1/templates

Response

Successful Response

idstring uuid required
namestring required
descriptionstring required
goalsobject[] required
settingsobject required
session_briefstring
tldrstring
statusstring required
is_defaultboolean
phases_enabledboolean
phasesobject[]
intro_instructionsstring
outro_instructionsstring
default_usestring
created_atstring date-time required
updated_atstring date-time required
warningsobject[]
parent_template_idstring uuid nullable
inheritanceobject nullable
created_bystring uuid nullable
creator_namestring nullable
creator_emailstring nullable
speaker_modelstring nullable
advisor_modelstring nullable
turn_detector_backendstring nullable
archetype_idstring uuid nullable
conversation_countinteger

Changes

No recorded changes to this endpoint across all 1 revision of this API.