---
title: "Retrieve an Inbound Mail Item"
method: GET
path: "/inbound_mail_items/{inbound_mail_item_id}"
---

# Retrieve an Inbound Mail Item

`GET /inbound_mail_items/{inbound_mail_item_id}`

## Path parameters

- `inbound_mail_item_id` string, required — The identifier of the Inbound Mail Item to retrieve.

## Response `200`

Inbound Mail Item

- InboundMailItem — Inbound Mail Items represent pieces of physical mail delivered to a Lockbox Address.
  - `checks` InboundMailItemCheck[], required — The checks in the mail item.
    - `amount` integer, required — The amount of the check.
    - `back_file_id` string, nullable, required — The identifier for the File containing the back of the check.
    - `check_deposit_id` string, nullable, required — The identifier of the Check Deposit if this check was deposited.
    - `front_file_id` string, nullable, required — The identifier for the File containing the front of the check.
    - `status` 'pending' | 'deposited' | 'ignored', nullable, required — The status of the Inbound Mail Item Check.
  - `created_at` string, date-time, required — The [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) time at which the Inbound Mail Item was created.
  - `file_id` string, required — The identifier for the File containing the scanned contents of the mail item.
  - `id` string, required — The Inbound Mail Item identifier.
  - `lockbox_address_id` string, required — The identifier for the Lockbox Address that received this mail item.
  - `lockbox_recipient_id` string, nullable, required — The identifier for the Lockbox Recipient that received this mail item. For mail items that could not be routed to a Lockbox Recipient, this will be null.
  - `recipient_name` string, nullable, required — The recipient name as written on the mail item.
  - `rejection_reason` 'no_matching_lockbox' | 'no_check' | 'lockbox_not_active' | 'lockbox_address_not_active' | 'lockbox_recipient_not_active', nullable, required — If the mail item has been rejected, why it was rejected.
  - `status` 'pending' | 'processed' | 'rejected', required — If the mail item has been processed.
  - `type` 'inbound_mail_item', required — A constant representing the object's type. For this resource it will always be `inbound_mail_item`.

## Other responses

- `4XX` — Error
- `5XX` — Error

## Changes

- **2026-04-28** `2f50481c658c` — 1 info
  - response property `lockbox_address_id` list-of-types was narrowed by removing types `null` from media type `application/json` of response `200`
- **2026-04-27** `47752267c48d` — 1 breaking, 2 warning, 2 info
  - removed the required property `lockbox_id` from the response with the `200` status
  - added the new `lockbox_address_not_active` enum value to the `rejection_reason/anyOf[subschema #1]/` response property for the response status `200`
  - added the new `lockbox_recipient_not_active` enum value to the `rejection_reason/anyOf[subschema #1]/` response property for the response status `200`
  - added the required property `lockbox_address_id` to the response with the `200` status
  - …1 more

[Change history](https://skmtc.dev/increase/apis/increase-api/changes/inbound_mail_items/:inbound_mail_item_id/get.md)

---

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