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
Changes
No recorded changes to this endpoint across all 1 revision of this API.