---
title: "Get suggestions for a message"
method: GET
path: "/threads/{id}/messages/{messageId}/suggestions"
tags: ["threads"]
---

# Get suggestions for a message

`GET /threads/{id}/messages/{messageId}/suggestions`

Retrieves all suggestions generated for a specific message

## Path parameters

- `id` string, required
- `messageId` string, required

## Response `200`

List of suggestions for the message

- Suggestion[]
  - `id` string, required — Unique identifier for the suggestion
  - `messageId` string, required — ID of the message this suggestion is for
  - `title` string, required — Short title or summary of the suggestion
  - `detailedSuggestion` string, required — Detailed explanation of the suggestion
  - `description` string, required — Detailed explanation of the suggestion (alias for detailedSuggestion)
  - `metadata` object — Additional metadata for the suggestion

## Other responses

- `404` — Message not found or has no suggestions

---

[API](https://skmtc.net/tambo-ai/apis/tambo-api.md) · [All operations](https://skmtc.net/tambo-ai/apis/tambo-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/tambo-ai/tambo-api/versions/312691b28f1c/schema)
