GET
/
v1
/
projects
/
{project_id}
/
runs
/
{run_id}
/
prompts
/
alerts
List Evaluate Alerts
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"
  }
]

Authorizations

Galileo-API-Key
string
header
required

Path Parameters

run_id
string
required
project_id
string
required

Response

200
application/json

Successful Response

The response is of type EvaluateAlertDB · object[].