---
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

---

[API](https://skmtc.net/galileo/apis/galileo-api-server.md) · [All operations](https://skmtc.net/galileo/apis/galileo-api-server/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/galileo/galileo-api-server/versions/933e8c8e6366/schema)
