---
title: "Get an inbox"
method: GET
path: "/inboxes/{inboxId}"
tags: ["Inboxes"]
---

# Get an inbox

`GET /inboxes/{inboxId}`

Returns a single inbox for a workspace.

## Path parameters

- `inboxId` string, required

## Response `200`

OK

- PAInboxWithUsers
  - `id` string — The ID of the inbox
  - `name` string — The name of the inbox
  - `users` PAInboxUserDTO[] — The users that belong to the inbox
    - `id` string — The ID of the inbox user
    - `email` string — The email address of the inbox user
    - `url` string — The URL of the user resource
  - `url` string — The URL of the inbox resource

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `500` — Internal Server Error

---

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