---
title: "Get Inbox"
method: GET
path: "/v0/pods/{pod_id}/inboxes/{inbox_id}"
tags: ["PodsInboxes"]
---

# Get Inbox

`GET /v0/pods/{pod_id}/inboxes/{inbox_id}`

## Path parameters

- `pod_id` string, required — ID of pod.
- `inbox_id` string, required — ID of inbox.

## Response `200`

- InboxesInbox
  - `pod_id` string, required — ID of pod.
  - `inbox_id` string, required — ID of inbox.
  - `display_name` string — Display name: `Display Name <username@domain.com>`.
  - `client_id` string — Client ID of inbox.
  - `updated_at` string, date-time, required — Time at which inbox was last updated.
  - `created_at` string, date-time, required — Time at which inbox was created.

## Other responses

- `404`

---

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