Continue a scope conversation
Sends a message in an existing scope conversation. threadId is the path parameter from a prior chat response.
Requires: scopes:invoke
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 prior chat response.
"agent_42_550e8400-e29b-41d4-a716-446655440000"
Body
User message sent to the published scope supervisor.
1"Summarize open support tickets from last week."
Canonical model id for this run (required). Allowed values: claude-sonnet-5, claude-sonnet-4.6, claude-opus-4.8, gpt-5.2, gpt-5.5, gpt-5-mini, gpt-oss-120b, gpt-oss-20b, qwen3-235b-a22b-2507, qwen3-coder, qwen3-32b, deepseek-chat-v3.1, minimax-m2.7, llama-4-maverick, llama-4-scout, llama-3.3-70b-instruct, gemini-3.1-pro-preview, gemini-3-flash-preview, grok-4.3-fast, grok-4.3.
claude-sonnet-5, claude-sonnet-4.6, claude-opus-4.8, gpt-5.2, gpt-5.5, gpt-5-mini, gpt-oss-120b, gpt-oss-20b, qwen3-235b-a22b-2507, qwen3-coder, qwen3-32b, deepseek-chat-v3.1, minimax-m2.7, llama-4-maverick, llama-4-scout, llama-3.3-70b-instruct, gemini-3.1-pro-preview, gemini-3-flash-preview, grok-4.3-fast, grok-4.3 "claude-sonnet-4.6"
Response
Final assistant text for the run.
"There were 12 open tickets last week…"
Conversation thread id. For follow-up messages use POST …/conversations/{threadId}/chat (same id as GET …/conversations/{threadId}).
"api-skill-42-550e8400-e29b-41d4-a716-446655440000"
Opaque run id for this chat invocation (for logging and correlation).
"550e8400-e29b-41d4-a716-446655440001"