---
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` — 智能体不存在

---

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