cURL
curl --request GET \ --url https://api.galileo.ai/v2/projects/{project_id}/alerts/{monitor_alert_config_id} \ --header 'Galileo-API-Key: <api-key>'
{ "conditions": [ { "field": "<string>", "aggregation": "count", "operator": "eq", "value": 123, "window": 901, "filter_value": "<string>", "filter_operator": "eq", "condition_type": "metric/numeric/1" } ], "interval": 123, "id": "<string>", "created_by": "<string>", "project_id": "<string>", "created_at": "2023-11-07T05:31:56Z", "updated_at": "2023-11-07T05:31:56Z", "filters": [ { "operator": "eq", "value": "<string>", "name": "node_name", "case_sensitive": true } ], "schema_version": "multi_condition/object/1", "active": true }
Successful Response
Show child attributes
multi_condition/object/1
Was this page helpful?