---
title: "Get mention suggestions"
method: GET
path: "/api/w/{wId}/assistant/mentions/suggestions"
tags: ["Private Mentions"]
---

# Get mention suggestions

`GET /api/w/{wId}/assistant/mentions/suggestions`

Returns mention suggestions for the workspace.

## Path parameters

- `wId` string, required

## Query parameters

- `query` string
- `select` 'agents' | 'users'
- `current` 'true' | 'false'
- `spaceId` string

## Response `200`

Success

- object
  - `suggestions` PrivateMentionSuggestion[]
    - `id` string, required — Agent sId or user sId
    - `type` 'agent' | 'user', required
    - `label` string, required — Display name
    - `pictureUrl` string, required
    - `description` string, required — Agent description or user email
    - `userFavorite` boolean — Whether the agent is a user favorite (agent mentions only)

## Other responses

- `401` — Unauthorized

---

[API](https://skmtc.net/dust-tt/apis/dust-api-documentation.md) · [All operations](https://skmtc.net/dust-tt/apis/dust-api-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/dust-tt/dust-api-documentation/revisions/3b0c536fa818/schema)
