---
title: "Chat Explore Suggestions Route Async"
method: POST
path: "/multi_table_chat_explore/chat-explore-suggestions"
tags: ["chat_explore"]
---

# Chat Explore Suggestions Route Async

`POST /multi_table_chat_explore/chat-explore-suggestions`

## Request body

- MultiTableChatExploreSuggestionsRequestPayload
  - `useCache` boolean — ignore cache and re-generate suggestions

## Response `200`

Successful Response

- MultiTableChatExploreSuggestionsResponsePayload
  - `suggestions` string[], nullable — List of suggestions
  - `status` 'RUNNING' | 'COMPLETED' | 'FAILED', required

## Other responses

- `422` — Validation Error

---

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