---
title: "Course Offering Details"
method: GET
path: "/v1/installs/{installSid}/courseOfferings/{offeringSid}"
tags: ["Course Offering"]
---

# Course Offering Details

`GET /v1/installs/{installSid}/courseOfferings/{offeringSid}`

Returns the full course offering object for the specified offering SID.<br/><br/>Includes title, match strings, start/end dates, and associated metadata.

## Path parameters

- `installSid` string, required — Unique SID of the application install. Pattern: `AI` + 32 hex chars.
- `offeringSid` string, required — Unique SID of the course offering to retrieve. Pattern: `CO` + 32 hex chars.

## Response `200`

Successful

- CourseOfferingResponse
  - `sid` string, nullable — Course offering SID
  - `lastActivityDate` string, nullable — Last activity date
  - `title` string, nullable — Offering title
  - `matchStrings` string[], nullable — Match strings for auto-matching
  - `startDate` string, nullable — Start date
  - `endDate` string, nullable — End date
  - `createdDate` string, nullable — Created date
  - `editDate` string, nullable — Last modified date

---

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