Skip to content
Inkbox

Inkbox

ContactDocs

Jump to

Threads

Threads group related messages into conversations. They are created automatically when messages are sent or received — you cannot create a thread directly. Threads are ordered by most recent activity.


List threads GET

GET /mailboxes/{email_address}/threads

List threads for a mailbox with cursor pagination, ordered by most recent message activity.

Path parameters

ParameterTypeDescription
email_addressstringEmail address of the mailbox

Query parameters

ParameterTypeDefaultDescription
cursorstringOpaque cursor from a previous response's next_cursor
limitinteger50Results per page (1–100)

Response (200)

JSONJSON

Code examples


Get thread GET

GET /mailboxes/{email_address}/threads/{thread_id}

Get a single thread with all its messages (metadata only — no body content) inline.

Path parameters

ParameterTypeDescription
email_addressstringEmail address of the mailbox
thread_idUUIDUnique identifier of the thread

Response (200)

JSONJSON

Code examples


Delete thread DELETE

DELETE /mailboxes/{email_address}/threads/{thread_id}

Delete a thread. Returns 204 No Content on success.

Path parameters

ParameterTypeDescription
email_addressstringEmail address of the mailbox
thread_idUUIDUnique identifier of the thread

Code examples


Thread object

ThreadResponse (list items)

FieldTypeDescription
idUUIDUnique thread identifier
mailbox_idUUIDOwning mailbox
subjectstring | nullSubject from the first message in the thread
statusstringLifecycle status: active, paused, deleted
message_countintegerNumber of messages in the thread
last_message_atstringTimestamp of the most recent message (ISO 8601)
created_atstringThread creation timestamp (ISO 8601)

ThreadDetailResponse (single thread)

Includes all ThreadResponse fields plus:

FieldTypeDescription
messagesMessageResponse[]All active messages in the thread (metadata only, no body content)

Inkbox

Copyright © 2026 Inkbox

This site is protected by reCAPTCHA.

Google Privacy Policy and Terms of Service apply.

Website

Inkbox

Copyright © 2026 Inkbox

This site is protected by reCAPTCHA.

Google Privacy Policy and Terms of Service apply.

Website