---
title: "Get Daily Goals"
method: GET
path: "/subscriptions/rewards/daily-goals"
tags: ["subscriptions"]
---

# Get Daily Goals

`GET /subscriptions/rewards/daily-goals`

Today's earnable daily goals + completion state, for the dashboard widget.
Reward labels live in the frontend catalog (config/rewards.js); we return the
reward_key so display stays in one place.

Earning is switched off (quota_rewards.EARNING_ENABLED, 2026-08-19), so there
is nothing to earn and this returns an empty list: the widget and the /rewards
page both render nothing rather than advertising a reward that never lands.
The endpoint itself stays so old clients get an empty list, not a 404.

## 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/78f314acd8bf/schema)
