---
title: "Get Suggested Questions By Page Id"
method: GET
path: "/assistant/suggested-questions-by-page-id"
tags: ["assistant"]
---

# Get Suggested Questions By Page Id

`GET /assistant/suggested-questions-by-page-id`

Return suggested questions keyed by page id.

With no page_id, returns the map for every known page. With a page_id, returns a
single-entry map for that page.

## Query parameters

- `page_id` string, nullable — Current assistant page identifier.

## Response `200`

Successful Response

- SuggestedQuestionsByPageIdResponse — Suggested questions keyed by assistant page identifier. When a page_id is requested the map holds a single entry for that page; otherwise it holds an entry for every known page.
  - `questions_by_page_id` object, 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/revisions/f46341a025cb/schema)
