---
title: "Get Setup Conversation"
method: GET
path: "/v1/templates/{template_id}/setup-conversation"
tags: ["templates"]
---

# Get Setup Conversation

`GET /v1/templates/{template_id}/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.

## Path parameters

- `template_id` string, required

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/roxels/apis/interviewer.md) · [All operations](https://skmtc.dev/roxels/apis/interviewer/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/roxels/interviewer/revisions/4ef48ed226e1/schema)
