---
title: "Get results page config"
method: GET
path: "/v1/quizzes/{id}/results_config"
tags: ["Results"]
---

# Get results page config

`GET /v1/quizzes/{id}/results_config`

Retrieve results page configuration

## Path parameters

- `id` string, required

## Query parameters

- `key` string, required
- `section` string
- `quiz_version_id` string

## Response `200`

OK - Everything worked as expected.

- ResultsConfigResponse
  - `results_config` object — Config for the results page
  - `quiz_version_id` string — Version id of this quiz
  - `quiz_id` string — id of quiz
  - `metadata` object — Metadata for the quiz

## Other responses

- `400` — Bad Request - The request was unacceptable, often due to missing a required parameter.
- `404` — Not Found - The resource you are looking for cannot be found.
- `500` — Internal Server Error - Something went wrong on Constructor's end (these are rare).

---

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