# Returns dashboard by uuid

## Returns dashboard by uuid

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

Returns dashboard by uuid

#### Path Parameters

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

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

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

{% endtab %}

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

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

{% endtab %}
{% endtabs %}
