---
title: "Redraft All Drafts"
method: POST
path: "/api/v1/agents/{agent_id}/redraft-all"
tags: ["agents"]
---

# Redraft All Drafts

`POST /api/v1/agents/{agent_id}/redraft-all`

Stream redraft progress as SSE.

Runs up to 5 generate_draft calls concurrently. Each completion yields a
JSON event. Client disconnect cancels remaining work — no Celery, no Redis.

Event shape: data: {"draft_id": "...", "done": N, "total": N, "error": null}
Final event: data: {"done": N, "total": N, "finished": true}

## Path parameters

- `agent_id` string, uuid, required

## Headers

- `authorization` string, nullable — Bearer <token>

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/minro/apis/minro-cs-platform.md) · [All operations](https://skmtc.dev/minro/apis/minro-cs-platform/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/minro/minro-cs-platform/revisions/5691a8e12158/schema)
