curl --request GET \
--url https://public-api.sessionboard.com/v1/event/{eventId}/insights/dashboards/{id} \
--header 'x-access-token: <api-key>'{
"id": "<string>",
"name": "<string>",
"widgets": [
{}
]
}Retrieve a dashboard via the insights proxy. Requires the read:insights scope.
curl --request GET \
--url https://public-api.sessionboard.com/v1/event/{eventId}/insights/dashboards/{id} \
--header 'x-access-token: <api-key>'{
"id": "<string>",
"name": "<string>",
"widgets": [
{}
]
}