---
title: "Class Plan Coverage"
method: GET
path: "/organizations/{org_id}/plans/coverage"
tags: ["organizations", "organizations"]
---

# Class Plan Coverage

`GET /organizations/{org_id}/plans/coverage`

Coordinator roll-up for one week: per section, how many of its scheduled
sessions have a published plan with at least one item.

Admin/owner only — it is a management view of other people's work, and a
teacher seeing their colleagues' completion rates is a different product
decision than anyone has made.

Registered BEFORE `/{org_id}/plans/{plan_id}` on purpose: FastAPI matches
in declaration order and "coverage" would otherwise be read as a plan id.

## Path parameters

- `org_id` string, required

## Query parameters

- `week_start` string

## Headers

- `authorization` string, nullable

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/fluentea/apis/aurqa-language-learning-platform-refactored.md) · [All operations](https://skmtc.dev/fluentea/apis/aurqa-language-learning-platform-refactored/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/fluentea/aurqa-language-learning-platform-refactored/revisions/78f314acd8bf/schema)
