---
title: "Chat Explore Suggestions Route"
method: POST
path: "/chat-explore-suggestions"
---

# Chat Explore Suggestions Route

`POST /chat-explore-suggestions`

## Request body

- ChatExploreSuggestionsRequestPayload
  - `source_type` 'dataset' | 'datasource' — Keep in sync with the DatasourceDatasetInfo.type in the frontend project-v2/shared/chat-explore/shared-chat-explore.ts
  - `dataset_id` string, nullable
  - `datasource_id` string, nullable
  - `use_cache` boolean

## Response `200`

Successful Response

- string[], nullable

## Other responses

- `422` — Validation Error

---

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