---
title: "POST /api/v1/project/projects/{id}/set_annotation_status/"
method: POST
path: "/api/v1/project/projects/{id}/set_annotation_status/"
tags: ["project", "v1"]
---

# POST /api/v1/project/projects/{id}/set_annotation_status/

`POST /api/v1/project/projects/{id}/set_annotation_status/`

Bulk set status for batch of annotations

    Params:
        document_ids: list[int]
        all: any value - update all annotations if any value
        no_annotation_ids: list[int] - exclude those annotations from action (if "all" is set)
        status_id: int - field annotation status id
        run_mode: str - 'sync', 'background', 'smart'
    Returns:
        int (number of reassigned annotations)

## Path parameters

- `id` string, required

## Request body

- SetProjectAnnotationsStatusRequest
  - `status_id` integer, nullable
  - `all` boolean
  - `annotation_ids` integer[]
  - `no_annotation_ids` integer[]
  - `force` boolean

## Response `200`

- union
  - CountSuccessResponse
    - `success` integer, nullable
  - SetProjectAnnotationsStatusAsyncResponse
    - `task_id` string, uuid, required
    - `annotations` integer, required

## Changes

- **2026-07-17** `3429f921b4cb` — 3 info
  - added the new optional request property `force` (media type: application/json)
  - added the new optional request property `force` (media type: application/x-www-form-urlencoded)
  - added the new optional request property `force` (media type: multipart/form-data)
- **2020-12-11** `0957c4a7ae3d` — 3 warning
  - removed the request property `force` (media type: application/json)
  - removed the request property `force` (media type: application/x-www-form-urlencoded)
  - removed the request property `force` (media type: multipart/form-data)

[Change history](https://skmtc.dev/lexpredict/apis/contraxsuite-api/changes/api/v1/project/projects/:id/set_annotation_status/post.md)

---

[API](https://skmtc.dev/lexpredict/apis/contraxsuite-api.md) · [All operations](https://skmtc.dev/lexpredict/apis/contraxsuite-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/lexpredict/contraxsuite-api/revisions/3429f921b4cb/schema)
