v29

latestOpenAPI 3.1.2raw.githubusercontent.com2026-08-014117755.2 KB
Messages

Resolve Task (Async)

Resolves a pending task and processes it in the background. Returns immediately with the assistant message ID. Poll GET /chats/:chatId/messages/:messageId and check finishReason to detect completion.

post/chats/{chatId}/messages/resolve/async

Path parameters

chatIdstring required

The unique identifier of the chat.

Request body

Response

Acknowledgement that an async message has been queued.

messageIdstring required

ID of the assistant message that will receive the response. Poll GET /chats/:chatId/messages/:messageId and check finishReason for completion.