Evaluation Dashboards
EvaluationDashboardsResource
Methods
Create a new evaluation dashboard for an evaluation or evaluation group
List dashboards filtered by evaluation_id, evaluation_group_id, tags, creators, or search
Filter by creator user IDs
Search in name and tags
Filter by tags (case-insensitive)
Unique identifier of the dashboard
Account that owns this dashboard
When the dashboard was created
The identity that created the entity.
Dashboard name
The tags associated with the entity
When the dashboard was last updated
When the dashboard was archived (soft-deleted)
Dashboard description
Error message if computation failed
Evaluation group ID
Evaluation ID
Ordered array of widget IDs
Widget results for this dashboard. Populated with 'widget_results' view.
Widgets associated with this dashboard. Populated with 'widgets' view.
Get a single evaluation dashboard by ID
Partially update dashboard metadata (name, description, widget_order)
Soft delete an evaluation dashboard
Domain types
Widgets
EvaluationDashboardsResource.WidgetsResource
Methods
Create a new widget, add it to the dashboard, and compute its results
Update a widget and compute its results. If the widget is only used by this dashboard, it is updated in place. If shared across multiple dashboards, a copy is created.
Remove a widget from the dashboard (does not delete the widget)
Domain types
Response model for widget creation - includes widget and computed result