---
title: "OneRoster - Get all academic sessions"
method: GET
path: "/oneroster/academicSessions"
tags: ["Oneroster"]
---

# OneRoster - Get all academic sessions

`GET /oneroster/academicSessions`

**Requires permission:** *ServiceAccount*

OneRoster v1.1 GetAllAcademicSessions. Academic years map to schoolYear, terms to term. Supports offset/limit paging and status / dateLastModified filtering.

## Response `200`

Success - academic sessions

- AcademicSessionSetResponse
  - `academicSessions` OrAcademicSession[]
    - `sourcedId` string, nullable
    - `status` string
    - `dateLastModified` string, date-time, nullable
    - `title` string, nullable
    - `type` string, nullable
    - `startDate` string, date-time, nullable
    - `endDate` string, date-time, nullable
    - `parent` OrGuidRef
      - `href` string, nullable
      - `sourcedId` string, nullable
      - `type` string, nullable
    - `schoolYear` string, nullable

## Other responses

- `401` — Unauthorized
- `403` — Caller is not an authorised service account

## Changes

- **2026-07-26** `87818d31ea72` — 2 info
  - api operation id `PanopticApiEndpointsExternalOneRosterGetOneRosterAcademicSessionsEndpoint` removed and replaced with `PanopticApiEndpointsExternalOneRosterGetOneRosterAcademicSessionsEndpoint1`
  - the security scope `ServiceAccount` was removed from the endpoint's security scheme `JWTBearerAuth`

[Change history](https://skmtc.dev/tonbridge/apis/tonbridge-app-api/changes/oneroster/academicSessions/get.md)

---

[API](https://skmtc.dev/tonbridge/apis/tonbridge-app-api.md) · [All operations](https://skmtc.dev/tonbridge/apis/tonbridge-app-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/tonbridge/tonbridge-app-api/revisions/223cb0feedeb/schema)
