---
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, New Agent, Chatbot, 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.

---

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