---
title: "Get Next Suggested Questions"
method: GET
path: "/messages/{message_id}/suggested"
tags: ["Chat Messages"]
---

# Get Next Suggested Questions

`GET /messages/{message_id}/suggested`

**Available for**: Chatflow, Agent, Chatbot, Legacy Agent apps.

Returns the follow-up questions suggested for a message.

## Path parameters

- `message_id` string, uuid, required

## Query parameters

- `user` string, required

## Response `200`

Successfully retrieved suggested questions.

- SuggestedQuestionsResponse
  - `result` string — Result status.
  - `data` string[] — List of suggested questions.

## Other responses

- `400` — - `not_chat_app` : App mode does not match the API route. - `bad_request` : Suggested questions feature is disabled.
- `404` — `not_found` : Message does not exist.
- `500` — `internal_server_error` : Internal server error.

## Changes

- **2026-07-11** `1647da477789` — 1 breaking
  - for the `path` request parameter `message_id`, the type/format was changed from `string`/`` to `string`/`uuid`

[Change history](https://skmtc.dev/langgenius/apis/dify-service-api/changes/messages/:message_id/suggested/get.md)

---

[API](https://skmtc.dev/langgenius/apis/dify-service-api.md) · [All operations](https://skmtc.dev/langgenius/apis/dify-service-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/langgenius/dify-service-api/revisions/9c8c06aed889/schema)
