# Returns all dashboards

## Returns all dashboards.

<mark style="color:blue;">`GET`</mark> `/analytics/dashboards`

Returns all dashboards.

{% tabs %}
{% tab title="200: OK Successful Operation" %}

```
content:
            application/json:
              schema:
                type: array
                items:
                  "$ref": "#/components/schemas/DashboardDTO"
```

{% endtab %}

{% tab title="500: Internal Server Error Internal Server Error" %}

```
content:
            application/json:
              schema:
                "$ref": "#/components/schemas/InternalServerErrorDTO"
```

{% endtab %}
{% endtabs %}
