templates

Get Setup Conversation

Return the raw onboarding conversation that created this template.

Lossless retrieval: transcript(s), chat messages (embedded in transcript), frame captures, and attachments. No summarization. Enables the MCP (and any downstream tooling) to see exactly what the user said during setup — which mechanical checks on the configured template can never reconstruct.

The linkage uses the reverse pointer already written during setup-assistant processing: interviews.context.created_template_id.

Returns 200 with status='no_seed_interview' when the template was created outside the setup-assistant flow (imported, manually created, etc.). That is a normal state, not an error.

get/v1/templates/{template_id}/setup-conversation

Path parameters

template_idstring required

Response

Successful Response

{"stackTrail":"paths:/v1/templates/{template_id}/setup-conversation:get:responses:200:content:application/json:schema","oasType":"schema","type":"unknown"}

Changes

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