---
title: "Get all messages in a thread"
method: GET
path: "/api/system-admin/inbox/threads/{thread_id}"
tags: ["Email - System Admin Inbox"]
---

# Get all messages in a thread

`GET /api/system-admin/inbox/threads/{thread_id}`

Fetch a conversation.

Capped at MAX_THREAD_MESSAGES. Bodies live only in S3, so every message in
the response costs a GET; `include_bodies` defaults to "all" purely for
backward compatibility with the current frontend.

## Path parameters

- `thread_id` string, required

## Query parameters

- `mailbox` string
- `include_bodies` string — Which message bodies to fetch from S3. 'latest' lets the client lazy-load the rest through GET /{id}.

## Headers

- `x-api-token` string, nullable

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

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