# Returns report data by report uuid

## Returns report data by report uuid

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

Returns report data by report uuid

#### Path Parameters

| Name                                   | Type   | Description       |
| -------------------------------------- | ------ | ----------------- |
| uuid<mark style="color:red;">\*</mark> | String | Report Identifier |

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

<pre><code><strong>content:
</strong>            application/json:
              schema:
                "$ref": "#/components/schemas/DataContainerDTO"
</code></pre>

{% endtab %}

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

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

{% endtab %}
{% endtabs %}
