---
title: "Retrieve questions"
method: GET
path: "/v1/item_questions"
tags: ["Results"]
---

# Retrieve questions

`GET /v1/item_questions`

Retrieves AI powered list of frequently asked questions for the given item.

## Query parameters

- `key` string, required — The key of the index to use.
- `item_id` string, required — The id of the item to return questions for.
- `variation_id` string, nullable — The id of the variation of the item to return questions for.
- `num_results` integer, nullable — The number of questions to return.
- `c` string — The id of the client and version that the request is coming from, such as `cio-js-2.90`.
- `us` string[] — A customer defined context (such as `vip-club-member`) used to evaluate redirect or refined tag rules. Pass multiple segments by passing multiple `us` arguments.
- `ui` string — A customer generated anonymized identifier for a user on a customer website. It should only be sent for logged in customers and helps constructor to tie multiple client and session ID's together to form a behavioral data profile across devices.
- `s` integer — An integer representing the users session number (starting with `1`), incremented after a 30 minute period of inactivity.
- `i` string — A globally unique identifier for the user browser (or mobile application instance) making the request.

## Response `200`

AI powered list of frequently asked questions for the given item.

- PdpSchemaItemQuestionsApiModelAsaItemQuestionsResponse
  - `questions` PdpSchemaItemQuestionsApiModelQuestion[], required — AI powered list of frequently asked questions for the given item.
    - `value` string, required — Human-readable question text.

## Other responses

- `400` — Invalid request parameters.
- `422` — Validation Error
- `500` — Internal server error.

---

[API](https://skmtc.dev/constructor/apis/autocomplete.md) · [All operations](https://skmtc.dev/constructor/apis/autocomplete/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/constructor/autocomplete/revisions/2d33330633b6/schema)
