Email - System Admin Inbox
Get all messages in a thread
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.
get/api/system-admin/inbox/threads/{thread_id}
Path parameters
thread_idstring required
Query parameters
mailboxstring
include_bodiesstring
Which message bodies to fetch from S3. 'latest' lets the client lazy-load the rest through GET /{id}.
Which message bodies to fetch from S3. 'latest' lets the client lazy-load the rest through GET /{id}.
Headers
x-api-tokenstring nullable
Response
Successful Response
{"stackTrail":"paths:/api/system-admin/inbox/threads/{thread_id}:get:responses:200:content:application/json:schema","oasType":"schema","type":"unknown"}
Changes
No recorded changes to this endpoint across all 1 revision of this API.