Skip to main content
GET
Get quiz details

Authorizations

x-api-key
string
header
required

API key for authentication. Generate keys in the Doozy dashboard.

Path Parameters

quizId
string
required

The unique identifier of the quiz

Minimum string length: 1
Example:

"quiz_abc123"

Response

Quiz details with rounds and questions

object
enum<string>
required

Object type identifier

Available options:
quiz
Example:

"quiz"

id
string
required

Unique quiz identifier

Example:

"quiz_abc123"

title
string
required

Quiz title

Example:

"Product Knowledge Assessment"

description
string | null
required

Quiz description

Example:

"Test your knowledge of our product lineup"

visibility
enum<string>
required

Quiz visibility setting

Available options:
public,
public_unlisted,
account,
private
Example:

"private"

round_count
integer
required

Number of rounds in the quiz

Example:

3

question_count
integer
required

Total number of questions across all rounds

Example:

15

created_at
string | null
required

When the quiz was created (ISO 8601 format)

Example:

"2026-01-15T10:30:00.000Z"

updated_at
string | null
required

When the quiz was last updated (ISO 8601 format)

Example:

"2026-01-20T14:00:00.000Z"

rounds
object[]
required

Rounds containing questions