HoneyHive TypeScript API SDK
Preparing search index...
GetRunsResponse
Type Alias GetRunsResponse
type
GetRunsResponse
=
{
evaluations
:
{
configuration
:
{
[
key
:
string
]:
unknown
}
;
created_at
:
string
;
dataset_id
?:
string
|
null
;
description
?:
string
|
null
;
event_ids
:
string
[]
;
id
:
string
;
is_active
:
boolean
;
metadata
:
{
[
key
:
string
]:
unknown
}
;
metrics
?:
{
[
key
:
string
]:
number
}
;
name
?:
string
|
null
;
results
:
{
[
key
:
string
]:
unknown
}
;
run_id
:
string
;
scope_id
:
string
;
scope_type
:
string
;
status
?:
string
|
null
;
updated_at
?:
string
|
null
;
}
[]
;
metrics
:
string
[]
;
pagination
:
{
has_next
:
boolean
;
has_prev
:
boolean
;
limit
:
number
;
page
:
number
;
total
:
number
;
total_pages
:
number
;
total_unfiltered
:
number
;
}
;
}
Index
Properties
evaluations
metrics
pagination
Properties
evaluations
evaluations
:
{
configuration
:
{
[
key
:
string
]:
unknown
}
;
created_at
:
string
;
dataset_id
?:
string
|
null
;
description
?:
string
|
null
;
event_ids
:
string
[]
;
id
:
string
;
is_active
:
boolean
;
metadata
:
{
[
key
:
string
]:
unknown
}
;
metrics
?:
{
[
key
:
string
]:
number
}
;
name
?:
string
|
null
;
results
:
{
[
key
:
string
]:
unknown
}
;
run_id
:
string
;
scope_id
:
string
;
scope_type
:
string
;
status
?:
string
|
null
;
updated_at
?:
string
|
null
;
}
[]
metrics
metrics
:
string
[]
pagination
pagination
:
{
has_next
:
boolean
;
has_prev
:
boolean
;
limit
:
number
;
page
:
number
;
total
:
number
;
total_pages
:
number
;
total_unfiltered
:
number
;
}
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
evaluations
metrics
pagination
HoneyHive TypeScript API SDK
Loading...