Get a Modus conversation
Returns the full message history for a conversation thread.
Requires: scopes:read
Authorizations
A Modus personal access token (modus_<orgUuid>_<prefix>_<secret>) or an OAuth 2.1 access token, sent as Authorization: Bearer <token>.
Path Parameters
Thread id from a conversation list or chat response.
"agent_0_550e8400-e29b-41d4-a716-446655440000"
Response
Opaque thread/checkpoint id. It is not owned by a single scope; a conversation can span multiple workflows.
"agent_42_abc-xyz"
Numeric scope id returned by the list/detail adapter. This is not conversation ownership.
42
Conversation turns, in chronological order.
ISO-8601 timestamp of the first checkpoint for this thread.
"2026-05-01T10:00:00.000Z"
ISO-8601 timestamp of the latest checkpoint for this thread.
"2026-05-01T11:00:00.000Z"
Present only when a bounded message window was requested and honored.