---
title: "Get Inbox Item"
method: GET
path: "/user_session/inbox/{id}"
tags: ["User Session"]
---

# Get Inbox Item

`GET /user_session/inbox/{id}`

## Path parameters

- `id` string, required

## Response `200`

OK

- GetInboxItemResponseBody
  - `$schema` string, uri — A URL to the JSON Schema for this object.
  - `data` InboxItem, required
    - `attributes` InboxItemAttributes, required
      - `analysisId` string
      - `context` string, required
      - `dueAt` string, date-time
      - `incidentId` string
      - `kind` 'question' | 'annotation' | 'task' | 'maintenance', required
      - `occurredAt` string, date-time, required
      - `proposedChange` string
      - `reason` string, required
      - `recipientId` string
      - `state` 'open' | 'completed' | 'dismissed', required
      - `targetId` string — Canonical target ID; absent for maintenance until a canonical resource exists.
      - `targetKind` 'discussion-thread' | 'normalized-event' | 'task' | 'maintenance-request', required
      - `teamId` string
      - `title` string, required
    - `id` string, required

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `422` — Unprocessable Entity
- `500` — Internal Server Error

## Changes

- **2026-09-14** (v1) `a016075e69a1` — 1 breaking, 2 info
  - the response property `data/attributes/targetId` became optional for the status `200`
  - added the required property `data/attributes/occurredAt` to the response with the `200` status
  - added the required property `data/attributes/title` to the response with the `200` status
- **2026-09-11** (v1) `ed03dea25301` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/rezible/apis/rezible-api/changes/user_session/inbox/:id/get.md)

---

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