App Logo
dust.tt

Search Dust conversations

Search the signed-in Dust workspace's conversations by title text. Returns workspaceId and the matching conversations (sId, title, created, updated, spaceName), newest-updated first, with hasMore and nextCursor. sId is the join key for get_messages. The search covers conversation titles, not message bodies, so a word spoken inside a chat will not match unless it is also in the title — and Dust titles conversations automatically, so titles are paraphrases of the opening message. An empty match list is a real answer about the query, not a failure. Requires being signed in to dust.tt.

Input

query required

Text to look for in conversation titles. Case-insensitive; punctuation is matched literally.

limit optional

Max matches to return (default 30).

Default: 30
cursor optional

Continue a previous search: pass the nextCursor from an earlier call.

workspaceId optional

Workspace sId to search. Omit to use the first workspace on the account.

Output

query required

The query actually run, echoed back.

hasMore required
nextCursor required

Pass as `cursor` for the next page; null when hasMore is false.

workspaceId required
conversations required

Matching conversations, newest-updated first. Empty means Dust matched nothing for this query — a fact about the query, not an error.

Start building not clicking