---
title: "Get suggestions status for a chat"
method: GET
path: "/v2/chats/{id}/suggestions/status"
tags: ["Chats v2"]
---

# Get suggestions status for a chat

`GET /v2/chats/{id}/suggestions/status`

## Path parameters

- `id` string, required

## Response `200`

Successfully retrieved suggestions status

- GetSuggestionsStatusResponseDto
  - `suggestionsEnabled` boolean, required — Whether suggestions are enabled for this chat

## Other responses

- `404` — Chat not found

---

[API](https://skmtc.dev/miaai/apis/backend-template-api.md) · [All operations](https://skmtc.dev/miaai/apis/backend-template-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/miaai/backend-template-api/revisions/2a8d88a5124f/schema)
