dust.tt
Search Dust conversations
Input
query requiredText to look for in conversation titles. Case-insensitive; punctuation is matched literally.
limit optionalMax matches to return (default 30).
Default: 30cursor optionalContinue a previous search: pass the nextCursor from an earlier call.
workspaceId optionalWorkspace sId to search. Omit to use the first workspace on the account.
Output
query requiredThe query actually run, echoed back.
hasMore requirednextCursor requiredPass as `cursor` for the next page; null when hasMore is false.
workspaceId requiredconversations requiredMatching conversations, newest-updated first. Empty means Dust matched nothing for this query — a fact about the query, not an error.
