---
title: "Get Integration Shape"
method: GET
path: "/v1/templates/{template_id}/integration-shape"
tags: ["templates"]
---

# Get Integration Shape

`GET /v1/templates/{template_id}/integration-shape`

Return the integration_shape proposal/current state for a template.

Integration shape is a negotiated proposal between the Roxels setup agent
and the client's coding agent. Roxels drafts it from the onboarding
conversation; the coding agent revises it against the actual codebase;
both sides converge on a confirmed shape before coverage gaps are flagged.

## 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)
