> 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/today.md).

# Today

Get all the tasks for today

The main endpoint and initial reason for dœcentral. Get all your tasks for today from all services you use in just one single endpoint.

## Today

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

#### Query Parameters

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

#### Headers

| Name                                             | Type   | Description |
| ------------------------------------------------ | ------ | ----------- |
| Authentication<mark style="color:red;">\*</mark> | string |             |

{% tabs %}
{% tab title="200: OK Tasks successfully retrieved." %}

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

{% endtab %}

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

```
{
    "status": "error",
    "message": "Please check your API key."
}
```

{% endtab %}
{% endtabs %}
