# Returns the status of the current report

## Returns the status of the current report

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

Returns the status of the current report

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

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

{% endtab %}

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

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

{% endtab %}
{% endtabs %}
