---
title: "Proctor Volume"
method: GET
path: "/v1/installs/{installSid}/reports/proctorAccountVolume"
tags: ["Reports"]
---

# Proctor Volume

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

Returns a volume report for proctor accounts associated with the specified install.

## Path parameters

- `installSid` string, required — Install Sid

## Query parameters

- `courseOfferingSid` string — Course Offering Sid
- `examSessionStatus` 'Pending Review' | 'Scheduled' | 'Needs Proctor' | 'Closed' | 'in-progress' | 'Checked In' | 'Cancelled', nullable — Exam Session Status
- `appointmentDateRangeStart` string — Appointment Date Range Start
- `appointmentDateRangeEnd` string — Appointment Date Range End

## Response `200`

Successful

- ProctorAccountVolumeReportResponse
  - `results` ProctorAccountVolumeItem[]
    - `homeInstitution` string, nullable
    - `sessionCount` number, nullable
    - `proctorAccountName` string, nullable
    - `proctorAccountLocationName` 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)
