get_profile
Fetch the logged-in YPT user's profile and today's study overview, including subjects, study time, and today's day log.
Instructions
Return the logged-in YPT profile with today's study overview.
:returns: Mapping with ``nickname``, ``email``, ``category_code``,
``category_id``, ``country_id``, the ``subjects`` list
(``id``, ``title``, ``study_ms``/``study_hours``, ``archived``) and
the ``day_log`` for today (see the day-log shape in
``get_day_log``).
:rtype: dict[str, Any]
:raises RuntimeError: If YPT credentials are not configured.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||