---
title: "Set Action Item Read State"
method: PUT
path: "/api/v1/action-items/read-state"
tags: ["action-items"]
---

# Set Action Item Read State

`PUT /api/v1/action-items/read-state`

Mark tasks read or unread for the caller (r15).

## Request body

- ActionItemReadStateRequest — Mark tasks read or unread for the caller; tasks out of their scope are ignored.
  - `action_item_ids` string[], required
  - `read` boolean, required

## Response `204`

Successful Response

## Other responses

- `422` — Validation Error

## Changes

> 22 revisions in range; 1 not diffed.

- **2026-09-15** `41c5e4645524` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/getanana/apis/cleon-api/changes/api/v1/action-items/read-state/put.md)

---

[API](https://skmtc.dev/getanana/apis/cleon-api.md) · [All operations](https://skmtc.dev/getanana/apis/cleon-api/llms.txt) · [OpenAPI document](https://skmtc.dev/getanana/apis/cleon-api/revisions/7a2c09378911?raw)
