Skip to main content
GET
Get template

Authorizations

Authorization
string
header
required

API key authentication. Pass your key as a Bearer token. Keys use the format hm_live_<32 hex chars>. Generate keys from your Harmonica dashboard settings.

Path Parameters

id
string<uuid>
required

Response

Template details

id
string<uuid>
required
title
string
required
template_type
string
required

single or chain

cross_pollination_default
boolean
required
is_public
boolean
required
created_at
string<date-time>
required
updated_at
string<date-time>
required
description
string | null
icon
string | null
facilitation_prompt
string | null
default_session_name
string | null
default_goal
string | null
default_critical
string | null
default_context
string | null
chain_config
object | null

Chain definition for chain templates; null for single templates (HAR-1098).

workspace_id
string<uuid> | null
created_by
string | null
archived_at
string<date-time> | null
source_provenance
object | null

Provenance for a template installed from the OFL method-specs registry; null for admin-authored templates (HAR-1108).