Endpoint
Required Role
Admin — you must authenticate with an admin-scoped Bearer token.Required Headers
| Header | Value |
|---|---|
Authorization | Bearer <token> |
Accept | application/json |
Query Parameters
The maximum number of quiz records to return per page. Omit this parameter to use the default of 15.
Example Request
Response
200 OK
Response Fields
An array of PDF quiz objects. Each object contains full quiz details and its associated student submissions.
Pagination metadata for the response.
Cursor links for navigating between pages.
Error Responses
| Status | Message | Cause |
|---|---|---|
403 | Unauthorized Access | The token provided does not belong to an admin account. |

