# 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 %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.xn--dcentral-ktb.com/tasks/today.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
