---
title: "Get Suggested Questions"
method: GET
path: "/assistant/suggested-questions"
tags: ["assistant"]
---

# Get Suggested Questions

`GET /assistant/suggested-questions`

Return suggested questions for the assistant panel's current page.

## Query parameters

- `page_id` string, nullable — Current assistant page identifier.
- `project_id` string, uuid4, nullable — Active project ID.
- `logstream_id` string, uuid4, nullable — Active logstream ID.
- `experiment_id` string, uuid4, nullable — Active experiment ID.

## Response `200`

Successful Response

- SuggestedQuestionsResponse — Suggested questions the user can ask the assistant given the active context.
  - `questions` string[], required

## Other responses

- `422` — Validation Error

## Changes

- **2026-07-31** `73592f649f78` — 4 info
  - added the new optional `query` request parameter `page_id`
  - `query` request parameter `experiment_id` was deprecated
  - `query` request parameter `logstream_id` was deprecated
  - `query` request parameter `project_id` was deprecated
- **2026-07-26** `05003e7835a2` — 1 info
  - the endpoint scheme security `ClassicAPIKeyHeader` was added to the API

[Change history](https://skmtc.dev/galileo/apis/galileo-api-server/changes/assistant/suggested-questions/get.md)

---

[API](https://skmtc.dev/galileo/apis/galileo-api-server.md) · [All operations](https://skmtc.dev/galileo/apis/galileo-api-server/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/galileo/galileo-api-server/revisions/4bc031507246/schema)
