---
title: "Written Exam Audit"
method: GET
path: "/v1/installs/{installSid}/reports/audit"
tags: ["Reports"]
---

# Written Exam Audit

`GET /v1/installs/{installSid}/reports/audit`

Returns an audit report for written exams within the specified install.

## Path parameters

- `installSid` string, required — Install Sid

## Query parameters

- `examOpenDate` string — Starting of event, must provide end date with it
- `examCloseDate` string — Exam Close date, must provide open date with it
- `courseOfferingSid` string — Course Offering Sid
- `offset` integer — Result offset
- `limit` integer — Number of items to return
- `sortKeys` string[]
- `sortOrder` 'ASC' | 'DESC' — Sort order

## Response `200`

Successful

- AuditReportResponse
  - `total` number, nullable
  - `first` string, nullable
  - `next` string, nullable
  - `prev` string, nullable
  - `last` string, nullable
  - `count` number, nullable
  - `offset` number, nullable
  - `results` AuditReportItem[]
    - `examSid` string, nullable
    - `examTitle` string, nullable
    - `courseSid` string, nullable
    - `courseTitle` string, nullable
    - `courseCode` string, nullable
    - `examOpenDate` string, nullable
    - `examCloseDate` string, nullable
    - `configurationType` string, nullable
    - `instructorSid` string, nullable
    - `instructorFirstName` string, nullable
    - `instructorLastName` string, nullable
    - `instructorEmail` string, nullable

---

[API](https://skmtc.net/smarterproctoring/apis/smarterproctoring-api-2.md) · [All operations](https://skmtc.net/smarterproctoring/apis/smarterproctoring-api-2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/smarterproctoring/smarterproctoring-api-2/versions/561e0d9fd244/schema)
