dust.tt
Send a Dust message
Input
message requiredThe message to send.
conversationId requiredConversation sId to post into, e.g. "P35s1dnqSr".
agent optionalAgent sId to address, e.g. "dust". Defaults to "dust".
Default: "dust"workspaceId optionalWorkspace sId. Omit to use the first workspace on the account.
timeoutSeconds optionalHow long to wait for the reply (default 180).
Default: 180Output
url requiredagent requiredreply requiredThe agent's reply as markdown. Null when the agent produced no text (tool-only or errored turn) — a real outcome, not a parse failure.
completed requiredFalse means the wait expired while the agent was still working; the reply is partial.
sentMessageId requiredsId Dust gave the message that was sent.
waitedSeconds requiredconversationId requiredreplyMessageId requiredsId of the agent's reply.
