---
title: "Get details of quizzes host by Admin."
method: GET
path: "/v1/admin/reports/{active_quiz_id}/analysis"
tags: ["Reports"]
---

# Get details of quizzes host by Admin.

`GET /v1/admin/reports/{active_quiz_id}/analysis`

## Path parameters

- `active_quiz_id` string, required

## Response `200`

- object
  - `data` object[]
    - `avg_response_time` number, float
    - `correct_answer` integer[]
    - `duration` integer
    - `options` object
    - `options_media` string
    - `question` string
    - `question_id` integer[] — A UUID is a 128 bit (16 byte) Universal Unique IDentifier as defined in RFC 4122.
    - `question_media` string
    - `resource` string
    - `selected_answers` object
    - `type` integer
  - `status` string

## Other responses

- `400` — Fail due to resource not exists
- `401` — Server understand request but refuse to authorize it
- `500` — Unexpected error occurred

## Changes

- **2024-10-07** `bd5d63501342` — 1 info
  - endpoint added
- **2024-02-08** `a2179d15ad2f` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/improwised/apis/untitled-api/changes/v1/admin/reports/:active_quiz_id/analysis/get.md)

---

[API](https://skmtc.dev/improwised/apis/untitled-api.md) · [All operations](https://skmtc.dev/improwised/apis/untitled-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/improwised/untitled-api/revisions/01dc7eb2e8bc/schema)
