---
title: "GET /comments/inbox"
method: GET
path: "/comments/inbox"
tags: ["Comments"]
---

# GET /comments/inbox

`GET /comments/inbox`

GET operation for /comments/inbox

## Response `200`

Successful response

- object
  - `count` integer
  - `next` string, uri, nullable
  - `previous` string, uri, nullable
  - `results` CommentInboxMessageSerializer[]
    - `id` integer
    - `posted_at` string
    - `stream_message_id` string
    - `text` string
    - `html` string
    - `author` string
    - `mentioned_users` string
    - `attachments` string
    - `channel_id` string
    - `roadmap_id` string
    - `task_id` string
    - `roadmap_name` string
    - `task_name` string

## Other responses

- `400` — Bad request
- `401` — Unauthorized
- `404` — Not found

---

[API](https://skmtc.dev/onboard/apis/onboard-api-complete-specification.md) · [All operations](https://skmtc.dev/onboard/apis/onboard-api-complete-specification/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/onboard/onboard-api-complete-specification/revisions/3d0f0a6a632d/schema)
