---
title: "Generate Reporting Run From Task"
method: POST
path: "/reports/review/from-task/{task_id}"
tags: ["reports"]
---

# Generate Reporting Run From Task

`POST /reports/review/from-task/{task_id}`

Create a folder (if project_name is set), a ReviewReportingAgentRun, and
dispatch the agent run workflow for the given ReviewReportingTask row.
The row itself was already created at stage-transition time.

## Path parameters

- `task_id` string, uuid, required

## Response `200`

Successful Response

- GenerateFromReportingTaskResponse
  - `agent_run_id` string, uuid, required
  - `task_id` string, uuid, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/kobaltlabs/apis/fastapi.md) · [All operations](https://skmtc.dev/kobaltlabs/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/kobaltlabs/fastapi/revisions/3ff4c0bd276b/schema)
