---
title: "Get Chat Suggestions"
method: GET
path: "/chat/suggestions"
---

# Get Chat Suggestions

`GET /chat/suggestions`

Get chat suggestions for the user's organization.

Returns suggestions filtered by enabled data sources and organization metadata.

## Response `200`

Successful Response

- GetChatSuggestionsResponse — Response for chat suggestions API.
  - `suggestions` ChatSuggestion[], required
    - `category` string, required
    - `suggested_prompt` string, required
    - `sources` string[], required

---

[API](https://skmtc.net/traversal/apis/fastapi.md) · [All operations](https://skmtc.net/traversal/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/traversal/fastapi/revisions/2134ebffd1ef/schema)
