---
title: "Get details of quizzes uploaded by Admin."
method: GET
path: "/v1/quizzes"
tags: ["Quiz"]
---

# Get details of quizzes uploaded by Admin.

`GET /v1/quizzes`

## Response `200`

- object
  - `data` object[]
    - `created_at` string, date-time
    - `creator_id` string
    - `description` NullString — var s NullString err := db.QueryRow("SELECT name FROM foo WHERE id=?", id).Scan(&s) ... if s.Valid { use s.String } else { NULL value }
      - `String` string
      - `Valid` boolean
    - `id` integer[] — A UUID is a 128 bit (16 byte) Universal Unique IDentifier as defined in RFC 4122.
    - `title` string
    - `total_questions` integer
    - `updated_at` string, date-time
  - `status` string

## Other responses

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

---

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