---
title: "获取推荐问题"
method: GET
path: "/agents/{id}/suggested-questions"
tags: ["智能体"]
---

# 获取推荐问题

`GET /agents/{id}/suggested-questions`

基于智能体关联的知识库，返回推荐问题供用户快捷提问

## Path parameters

- `id` string, required

## Query parameters

- `knowledge_base_ids` string
- `knowledge_ids` string
- `tag_scopes` string
- `limit` integer

## Response `200`

推荐问题列表

- object

## Other responses

- `400` — 请求参数错误
- `404` — 智能体不存在

## Changes

- **2026-07-17** `ef2e057b249e` — 1 info
  - added the new optional `query` request parameter `tag_scopes`
- **2026-03-30** `08f8a25fbf1d` — 1 info
  - endpoint added
- **2025-12-16** `edf61e68559d` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/tencentblueking/apis/weknora-api/changes/agents/:id/suggested-questions/get.md)

---

[API](https://skmtc.dev/tencentblueking/apis/weknora-api.md) · [All operations](https://skmtc.dev/tencentblueking/apis/weknora-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/tencentblueking/weknora-api/revisions/16c9282478c5/schema)
