insights
Get Alerts For Run
Gets alerts for project/run/split.
Optionally gets dismissed cards as well
GET
/
projects
/
{project_id}
/
runs
/
{run_id}
/
split
/
{split}
/
insights
/
alerts
Authorizations
Galileo-API-Key
string
headerrequiredPath Parameters
project_id
string
requiredrun_id
string
requiredsplit
enum<string>
requiredAvailable options:
training
, validation
, test
, inference
Query Parameters
inference_name
string
default: include_dismissed
boolean
default: falsescope
string | null
default: map_threshold
string | null
Response
200 - application/json
xray_class
enum<integer>
requiredAvailable options:
0
, 1
, 2
, 3
, 4
, 5
, 6
, 7
, 8
, 9
, 10
, 11
, 12
, 13
, 14
, 15
, 16
, 17
, 18
, 19
, 20
, 21
, 22
, 23
, 24
, 25
, 26
, 27
, 28
, 29
, 30
, 31
, 32
, 33
, 34
, 35
, 36
, 37
, 38
, 39
, 40
, 41
, 42
, 43
, 44
, 45
, 46
, 47
, 48
, 49
, 50
, 51
, 52
, 53
message_fields
object
requiredlogic
object | null
score
number | null
extra_filters
object | null
Extra filters for alerts.
For simplicity of use, all types should be str to make filtering in the DB easier
id
string
requireddismissed
boolean
requiredxray_classname
string
default: message
string
default: suggestion
string | null
importance
enum<string> | null
The importance of the alert.
Available options:
high
, medium
, low
alert_id
integer
requiredpct_samples
number | null
Was this page helpful?