> For the complete documentation index, see [llms.txt](https://docs.xn--dcentral-ktb.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.xn--dcentral-ktb.com/tasks/tomorrow.md).

# Tomorrow

## Tomorrow

<mark style="color:blue;">`GET`</mark> `https://api.dœcentral.com/tasks/tomorrow`

This endpoint allows you to get free cakes.

#### Query Parameters

| Name    | Type    | Description |
| ------- | ------- | ----------- |
| overdue | boolean |             |

#### Headers

| Name           | Type   | Description |
| -------------- | ------ | ----------- |
| Authentication | string |             |

{% tabs %}
{% tab title="200 Cake successfully retrieved." %}

```
{    "name": "Cake's name",    "recipe": "Cake's recipe name",    "cake": "Binary cake"}
```

{% endtab %}

{% tab title="404 Could not find a cake matching this query." %}

```
{    "message": "Ain't no cake like that."}
```

{% endtab %}
{% endtabs %}
