---
title: "Exam Session Details"
method: GET
path: "/v1/installs/{installSid}/exams/{examSid}/sessions/{sessionSid}"
tags: ["Exam Session"]
---

# Exam Session Details

`GET /v1/installs/{installSid}/exams/{examSid}/sessions/{sessionSid}`

Returns the full exam session object including scheduling, proctoring, and status details.

## Path parameters

- `installSid` string, required — Install Sid
- `examSid` string, required — Exam Sid
- `sessionSid` string, required — Exam Session Sid

## Response `200`

Successful

- ExamSessionResponse
  - `sid` string, nullable — Session SID
  - `installSid` string, nullable — Install SID
  - `examSid` string, nullable — Exam SID
  - `enrollmentSid` string, nullable — Enrollment SID
  - `userSid` string, nullable — User SID
  - `courseSid` string, nullable — Course SID
  - `instructorProctorSid` string, nullable — Instructor proctor SID
  - `proctorTypeSid` string, nullable — Proctor type SID
  - `cancellationPolicySid` string, nullable — Cancellation policy SID
  - `cancellationPolicyVersionSid` string, nullable — Cancellation policy version SID
  - `status` string, nullable — Session status
  - `statusReason` string, nullable — Status reason
  - `accessKey` string, nullable — Access key
  - `duration` number, nullable — Duration
  - `sessionType` string, nullable — Session type
  - `schedulingModule` string, nullable — Scheduling module
  - `proctorReviewProcessSid` string, nullable — Proctor review process SID
  - `workflowModule` string, nullable — Workflow module
  - `appointmentDate` string, nullable — Appointment date
  - `appointmentEndDate` string, nullable — Appointment end date
  - `dateApproved` string, nullable — Date approved
  - `dateScheduled` string, nullable — Date scheduled
  - `createdDate` string, nullable — Created date
  - `inProgressDate` string, nullable — In progress date
  - `externalAppointmentId` string, nullable — External appointment ID
  - `externalReservedAppointmentId` string, nullable — External reserved appointment ID
  - `externalReservedAppointmentExpires` string, nullable — External reserved appointment expires
  - `externalAppointmentSyncDate` string, nullable — External appointment sync date
  - `editDate` string, nullable — Last modified date
  - `notes` string, nullable — Notes
  - `recordingStartDate` string, nullable — Recording start date
  - `account` string, nullable — Account details
  - `install` string, nullable — Install details
  - `deployment` string, nullable — Deployment details
  - `sessionReportCount` number, nullable — Session report count
  - `series` string, nullable — Session series
  - `reviewByDate` string, nullable — Review by date
  - `reviewByUserSid` string, nullable — Review by user SID
  - `reviewCompletedDate` string, nullable — Review completed date
  - `reviewRequired` boolean, nullable — Review required
  - `reviewCompleteNotificationUrl` string, nullable — Review complete notification URL
  - `reviewed` boolean, nullable — Reviewed
  - `proctorGroups` string, nullable — Proctor groups
  - `URL` string, nullable — Session URL
  - `examLocale` string, nullable — Exam locale
  - `platformVersion` string, nullable — Platform version
  - `systemCheckStartDate` string, nullable — System check start date
  - `systemCheckEndDate` string, nullable — System check end date
  - `modalityOptions` string, nullable — Modality options
  - `exam` string, nullable — Exam details
  - `enrollment` string, nullable — Enrollment details
  - `course` string, nullable — Course details
  - `examFile` string, nullable — Exam file
  - `returnedFile` string, nullable — Returned file
  - `photos` string, nullable — Photos
  - `sessionInfo` string, nullable — Session info
  - `auditStatus` string, nullable — Audit status
  - `examConfiguration` string, nullable — Exam configuration
  - `proctor` string, nullable — Proctor details
  - `location` string, nullable — Location details
  - `appointment` string, nullable — Appointment details
  - `messagingConfirmations` string[], nullable — Messaging confirmations
  - `automated` string, nullable — Automated session data
  - `interoadsProvisionedExamUrl` string, nullable — Interroads provisioned exam URL
  - `proctorGroupSid` string, nullable — Proctor group SID
  - `mandatoryRoomScanVideo` boolean, nullable — Mandatory room scan video
  - `mutedAnnotations` string, nullable — Muted annotations

---

[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)
