Skip to main content
GET
List Evaluation Dashboards

Authorizations

x-api-key
string
header
required

Headers

x-selected-account-id
string | null

Query Parameters

evaluation_id
string | null
evaluation_group_id
string | null
tags
string[] | null

Filter by tags (case-insensitive)

include_archived
boolean
default:false
created_by_ids
string[] | null

Filter by creator user IDs

search
string | null

Search in name and tags

starting_after
string | null
ending_before
string | null
limit
integer
default:100
Required range: 1 <= x <= 10000
sort_by
string | null
sort_order
enum<string> | null
default:asc
Available options:
asc,
desc

Response

Successful Response

items
Items · object[]
required
total
integer
required

The total of items that match the query. This is greater than or equal to the number of items returned.

has_more
boolean
required

Whether there are more items left to be fetched.

object
string
default:list
Allowed value: "list"
limit
integer
default:100

The maximum number of items to return.