---
title: "Get Access Status"
method: GET
path: "/teacher-access/status"
tags: ["Teacher Access"]
---

# Get Access Status

`GET /teacher-access/status`

Return the B2B access status for the authenticated teacher.

Deliberately depends on get_current_user (not get_current_teacher): the
frontend uses this to decide whether to show the countdown banner or the
read-only strip, so it must answer for read-only accounts too.

## Response `200`

Successful Response

- TeacherAccessStatusResponse
  - `status` 'school' | 'trial' | 'read_only', required
  - `is_read_only` boolean, required
  - `access_until` string, date-time, nullable
  - `days_left` integer, nullable
  - `school_name` string, nullable
  - `read_only_reason` string, nullable

---

[API](https://skmtc.dev/excellence-ai/apis/excellence-learning.md) · [All operations](https://skmtc.dev/excellence-ai/apis/excellence-learning/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/excellence-ai/excellence-learning/revisions/c407f3b5a05b/schema)
