---
title: "Submit task for review"
method: POST
path: "/v1/tasks/{taskId}/submit-for-review"
tags: ["Tasks"]
---

# Submit task for review

`POST /v1/tasks/{taskId}/submit-for-review`

Move task status to in_review and assign an approver.

## Path parameters

- `taskId` string, required

## Request body

- object
  - `approverId` string, required — Member ID of the approver

## Response `200`

Task submitted for review

## Other responses

- `400` — Invalid request

---

[API](https://skmtc.dev/trycompai/apis/comp-ai-api.md) · [All operations](https://skmtc.dev/trycompai/apis/comp-ai-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/trycompai/comp-ai-api/revisions/ac8d1e4e2e79/schema)
