List Evaluation Dashboards
List dashboards in the caller’s account, paginated, with optional filters.
Filter to a single evaluation with evaluation_id or to a group with
evaluation_group_id; passing both is rejected, since a dashboard is bound to one
or the other. tags matches case-insensitively (values are lowercased before
lookup), created_by_ids filters by creator identity, and search matches the
dashboard name and tags. Archived dashboards are excluded unless include_archived
is true. The returned items carry only the dashboards’ own fields — widgets and
widget results are never embedded here; use the get-by-id endpoint with the
widgets/widget_results views to load those.
Authorizations
Headers
Query Parameters
Filter by tags (case-insensitive)
Filter by creator user IDs
Search in name and tags
1 <= x <= 10000asc, desc Response
Successful Response
The total of items that match the query. This is greater than or equal to the number of items returned.
Whether there are more items left to be fetched.
"list"The maximum number of items to return.

