ℹ️ These docs are for current Galileo customers running v1.0. Docs for the v2.0 version of Galileo can be found here.
cURL
curl --request GET \ --url https://api.acme.rungalileo.io/v1/projects/{project_id}/runs/{run_id}/prompts/alerts \ --header 'Galileo-API-Key: <api-key>'
[ { "project_id": "<string>", "run_id": "<string>", "alert_name": "<string>", "filter": { "column": "<string>", "filter_type": "<string>", "low": 123, "high": 123 }, "field_name": "<string>", "description": "<string>", "extra": {}, "id": "<string>", "created_at": "2023-11-07T05:31:56Z", "updated_at": "2023-11-07T05:31:56Z" } ]
Successful Response
The response is of type EvaluateAlertDB · object[].
EvaluateAlertDB · object[]
Was this page helpful?