---
title: "Get Presence Status"
method: GET
path: "/presence/status"
tags: ["presence"]
---

# Get Presence Status

`GET /presence/status`

Retrieve the presence status for all students assigned to the mentor.

The mentor is authenticated via the JWT. For each assigned student,
both the student's ID and full name are returned along with a status:
"red" if a presence flag exists and "green" otherwise.

## Response `200`

Successful Response

- PresenceStatus[]
  - `student_id` string, required
  - `full_name` string, required
  - `status` 'green' | 'red', required

---

[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)
