---
title: "Find assessment groups"
method: GET
path: "/offerings/{offeringId}/groups"
tags: ["Assessment groups"]
---

# Find assessment groups

`GET /offerings/{offeringId}/groups`

Responds with a list of assessment groups in an offering.

## Path parameters

- `offeringId` string, required

## Response `200`

Succesful response

- AssessmentGroupResponse[]
  - `id` string
  - `title` string
  - `createdAt` string

## Other responses

- `401` — No authorization token was found.
- `403` — You are not allowed to access this resource.
- `404` — Not Found

---

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