Chat with a published skill (buffered, continue thread)
Sends a message in an existing conversation. threadId is the path parameter (same id as GET …/conversations/). Requires model.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Numeric skill id.
42
Thread id from a prior chat response or conversation list.
"api-skill-42-550e8400-e29b-41d4-a716-446655440000"
Body
User message sent to the published skill supervisor.
1"Summarize open support tickets from last week."
Canonical model id for this run (required). Allowed values: 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, 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"