---
title: "Mark a task as read"
method: POST
path: "/tasks/{projecttask}/read"
tags: ["task"]
---

# Mark a task as read

`POST /tasks/{projecttask}/read`

Marks a task as read for the current user by removing the unread status entry.

## Path parameters

- `projecttask` integer, required

## Response `200`

The task unread status object.

- ModelsTaskUnreadStatus
  - `taskID` integer
  - `userID` integer

## Other responses

- `403` — The user does not have access to the task
- `500` — Internal error

---

[API](https://skmtc.net/go-vikunja/apis/vikunja-api.md) · [All operations](https://skmtc.net/go-vikunja/apis/vikunja-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/go-vikunja/vikunja-api/revisions/feb3f68bbdf1/schema)
