GETLiveGETFocused route reference
GET /api/v1/exams/list
List Exams
List the exams owned by the authenticated principal. This is the route to use for history views, dashboards, and external synchronization workflows.
Manage keys
Stable public contract
Public endpoint
/api/v1/exams/list
Maps to
/api/sandbox/exams/list
What to know first
Returns only sanitized public exam resources.
Method
GET
Send this operation to /api/v1/exams/list on the versioned public host.
Authentication
API key
API key via Authorization: Bearer or x-api-key
Resource model
Direct
Returns only sanitized public exam resources.
Highlights
What this operation does
List exams owned by the authenticated API principal.
Returns only sanitized public exam resources.
Store the encrypted `id` returned by create and list routes exactly as returned if you need to fetch the resource again later.
Response shape
What the response contract guarantees
Public responses use the shared envelope: `success`, `id`, `message`, `data`, `token_stats`, `pricing`, and `error`.
The `id` field is always a public/encrypted identifier boundary, never a raw MongoDB `_id`.