Skip to main content
GET
Get mention suggestions

Authorizations

Authorization
string
header
required

Your DUST API key is a Bearer token.

Path Parameters

wId
string
required

ID of the workspace

Query Parameters

query
string
required

Search query string to filter suggestions

select
enum<string>[]

Array of mention types to include. Can be "agents", "users", or both. If not provided, defaults to agents and users.

Available options:
agents,
users
current
boolean

Whether to include the current user in the suggestions.

Response

List of mention suggestions

suggestions
object[]