---
title: "Get all account messages paginated"
method: GET
path: "/inbox"
tags: ["Messages"]
---

# Get all account messages paginated

`GET /inbox`

Used by the Inbox UI to display all messages for the account, across all domains and private
addresses.

Returns email message short metadata, paginated, with the global account unread message count.

## Response `200`

List of short message metadata objects

- object
  - `messages` EmailMessageListShort[]
    - EmailMessageShort[] — List of condensed email message objects
      - `inbox` Inbox — unresolved $ref
      - `to` To — unresolved $ref
      - `from` From — unresolved $ref
      - `subject` Subject — unresolved $ref
      - `originalInbox` OriginalInbox — unresolved $ref
      - `size` Size — unresolved $ref
      - `attachments` Attachments — unresolved $ref
      - `received` Received — unresolved $ref
      - `bcc` Bcc — unresolved $ref
      - `cc` Cc — unresolved $ref
      - `domain` Domain — unresolved $ref
      - `folder` Folder — unresolved $ref
      - `ip` Ip — unresolved $ref
      - `labels` Labels — unresolved $ref
      - `links` Links — unresolved $ref
      - `read` Read — unresolved $ref
      - `rtls` Rtls — unresolved $ref
      - `savedBy` SavedBy — unresolved $ref
      - `spam` Spam — unresolved $ref
      - `via` Via — unresolved $ref
  - `unread` integer
  - `limit` integer
  - `skip` integer

## Other responses

- `401` — Not authorized. You may need to log in first.

---

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