---
title: "Get Active Template Modification"
method: GET
path: "/v1/templates/{template_id}/modifications/active/status"
tags: ["template-modifications"]
---

# Get Active Template Modification

`GET /v1/templates/{template_id}/modifications/active/status`

Cheap poll target for the "update in progress" banner — the template
detail page hits this immediately on load (before Modification History
or Test Corrections have even mounted) so an in-flight run is visible
from the first instant, not just once the user scrolls to find it.

## Path parameters

- `template_id` string, required

## Response `200`

Successful Response

- object

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