# Returns all reports

## Returns all reports

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

Returns all reports

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

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

{% endtab %}

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

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

{% endtab %}
{% endtabs %}
