---
title: "Get Access Status"
method: GET
path: "/admin/access-management/status/{student_id}"
tags: ["Admin - Access Management"]
---

# Get Access Status

`GET /admin/access-management/status/{student_id}`

Get the holiday course access status for a specific student.
Returns the access record if it exists, otherwise returns has_access=false.

## Path parameters

- `student_id` string, required

## Response `200`

Successful Response

- AccessStatusResponse — Response model for access status check.
  - `student_id` string, required
  - `has_access` boolean, required
  - `access_level` string, nullable
  - `granted_by` string, nullable
  - `granted_at` string, date-time, nullable
  - `expires_at` string, date-time, nullable
  - `admin_granter_id` string, nullable
  - `stripe_subscription_id` string, nullable

## Other responses

- `422` — Validation Error

---

[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/ef67479ed898/schema)
