---
title: "Session Requests"
method: GET
path: "/v1/installs/{installSid}/reports/sessionRequests"
tags: ["Reports"]
---

# Session Requests

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

Returns all message threads that have active session requests for the specified install.

## Path parameters

- `installSid` string, required — Install Sid

## Query parameters

- `studentFirstName` string — First Name of student
- `studentLastName` string — Last Name of student
- `studentEmail` string — Email of Student
- `proctorFirstName` string — First Name of Proctor
- `proctorLastName` string — Last Name of Proctor
- `courseSid` string — Course Sid
- `examSid` string — Exam Sid
- `offset` integer — Result offset
- `limit` integer — Number of items to return
- `sortKeys` string[] — Key to sort by
- `sortOrder` 'ASC' | 'DESC' — Sort order

## Response `200`

Successful

- SessionRequestReportResponse
  - `total` number, nullable
  - `first` string, nullable
  - `next` string, nullable
  - `prev` string, nullable
  - `last` string, nullable
  - `count` number, nullable
  - `offset` number, nullable
  - `results` SessionRequestItem[]
    - `messageThreadSid` string, nullable
    - `dateOption1` string, nullable
    - `dateOption2` string, nullable
    - `dateOption3` string, nullable
    - `confirmedDate` string, nullable
    - `confirmedDateExpiration` string, nullable
    - `sessionRequest` boolean, nullable
    - `lastMessageDate` string, nullable
    - `createdDate` string, nullable
    - `course` Course
    - `exam` Model21
    - `user` User
    - `proctorAccount` ProctorAccount
    - `proctorAccountUser` ProctorAccountUser

---

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