---
title: "My Day"
method: GET
path: "/organizations/{org_id}/my-day"
tags: ["organizations", "organizations"]
---

# My Day

`GET /organizations/{org_id}/my-day`

One read for everything school-related the learner dashboard shows.

The dashboard is the hottest page in the product, so school gets exactly
one request there — not one per concept. This returns the ranked work
items, the honest counts behind them, the section payload the dashboard
used to fetch from `/groups/mine` (so a school student's request count is
unchanged, not one higher), and the annotation hooks that let the existing
lesson and next-up surfaces carry "assigned by Marco, due Friday" instead
of a bolted-on school widget.

Sections come from `_viewer_group_ids`, the same gate `_require_group_access`
enforces per section — a student sees their own sections' work and nothing
else. Owners and admins have no sections of their own and correctly get an
empty day; they run the school from /school, not from here.

## Path parameters

- `org_id` string, required

## 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/45cbba31aa7d/schema)
