Get Evaluation Dashboard
Fetch a single dashboard by ID within the caller’s account.
By default only the dashboard’s own fields are returned. Pass views=widgets
and/or views=widget_results to eagerly load the dashboard’s widgets and their
last-computed results as nested relationships; without those views the widgets
and widget_results fields are omitted from the response entirely. Set
include_archived=true to retrieve a soft-deleted dashboard. Returns a not-found
error if no matching dashboard exists in the account.
Authorizations
Headers
Path Parameters
Query Parameters
Optional relationships to include: 'widgets', 'widget_results'
widgets, widget_results Response
Successful Response
Unique identifier of the dashboard
The identity that created the entity.
The tags associated with the entity
Dashboard name
Account that owns this dashboard
When the dashboard was created
When the dashboard was last updated
"evaluation_dashboard"Dashboard description
Evaluation ID
Evaluation group ID
Ordered array of widget IDs
Error message if computation failed
When the dashboard was archived (soft-deleted)
Widgets associated with this dashboard. Populated with 'widgets' view.
Widget results for this dashboard. Populated with 'widget_results' view.

