---
title: "Retrieve a inbox item"
method: GET
path: "/inbox/{id}"
tags: ["Inbox"]
---

# Retrieve a inbox item

`GET /inbox/{id}`

Retrieve a inbox item by its unique identifier for the authenticated team.

## Path parameters

- `id` string, required — The unique identifier of the inbox item.

## Response `200`

Retrieve an inbox item by its ID.

- object — Inbox item object
  - `id` string, required — Inbox item ID (UUID)
  - `fileName` string, required — Original file name of the uploaded document
  - `filePath` string[], required — Path segments to the file in storage
  - `displayName` string, required — Display name for the inbox item
  - `amount` number, nullable, required — Amount detected or entered for the inbox item
  - `currency` string, nullable, required — Currency code (ISO 4217) for the amount
  - `contentType` string, nullable, required — MIME type of the uploaded file
  - `date` string, nullable, required — Date associated with the inbox item (ISO 8601)
  - `status` string, required — Status of the inbox item
  - `createdAt` string, required — Date and time when the inbox item was created (ISO 8601)
  - `website` string, nullable, required — Website associated with the inbox item, if any
  - `description` string, nullable, required — Description or notes for the inbox item
  - `transaction` object, nullable, required — Matched transaction for this inbox item, if any
    - `id` string, required — Transaction ID (UUID)
    - `amount` number, required — Transaction amount
    - `currency` string, required — Transaction currency (ISO 4217)
    - `name` string, required — Transaction name or payee
    - `date` string, required — Transaction date (ISO 8601)

## Other responses

- `default` — An error occurred

---

[API](https://skmtc.net/midday-ai/apis/midday-api.md) · [All operations](https://skmtc.net/midday-ai/apis/midday-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/midday-ai/midday-api/versions/c0df9243c1b0/schema)
