---
title: "Get inboxes with read status"
method: GET
path: "/inbox/with-read-status/{userId}"
tags: ["inbox"]
---

# Get inboxes with read status

`GET /inbox/with-read-status/{userId}`

Get all active inbox messages with read status for a specific user

## Path parameters

- `userId` string, required

## Response `200`

Inboxes with read status retrieved successfully

- UserInboxWithReadStatusDto[]
  - `inbox_id` number, required — Inbox ID
  - `title` string, required — Inbox title
  - `description` string, required — Inbox description
  - `image_banner` string, required — Banner image URL
  - `deep_link_url` string, required — Deep link URL
  - `priority` string, required — Priority
  - `published_date` string, date-time, required — Published date
  - `is_active` boolean, required — Is active
  - `languageType` string, required — Language type
  - `is_read` boolean, required — Is read by user
  - `read_at` string, date-time — Read timestamp

---

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