---
title: "List inbox notifications"
method: GET
path: "/api/v2/notifications/inbox"
tags: ["Notifications"]
---

# List inbox notifications

`GET /api/v2/notifications/inbox`

## Query parameters

- `targets` string
- `templates` string
- `read_status` string
- `starting_before` string, uuid

## Response `200`

OK

- CodersdkListInboxNotificationsResponse
  - `notifications` CodersdkInboxNotification[]
    - `actions` CodersdkInboxNotificationAction[]
      - `label` string
      - `url` string
    - `content` string
    - `created_at` string, date-time
    - `icon` string
    - `id` string, uuid
    - `read_at` string
    - `targets` string[]
    - `template_id` string, uuid
    - `title` string
    - `user_id` string, uuid
  - `unread_count` integer

---

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