---
title: "Get quiz screens"
method: GET
path: "/quizzes/screens"
---

# Get quiz screens

`GET /quizzes/screens`

Retrieve the current screens configuration for a specific quiz

## Query parameters

- `quiz_id` integer, required — The ID of the quiz

## Headers

- `api_key` string, required — Your API key for authentication

## Response `200`

Quiz screens retrieved successfully

- object
  - `success` integer
  - `screens` object — The quiz screens configuration

## Other responses

- `422` — Validation error

---

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