curl --request GET \
--url https://api.mnemom.ai/v1/agents/{agent_id}/drift/aip{
"alerts": [
{
"alert_id": "<string>",
"agent_id": "<string>",
"session_id": "<string>",
"checkpoint_ids": [
"<string>"
],
"sustained_checks": 123,
"severity": "low",
"drift_direction": "<string>",
"message": "<string>",
"detection_timestamp": "2023-11-07T05:31:56Z"
}
],
"agent_id": "<string>"
}curl --request GET \
--url https://api.mnemom.ai/v1/agents/{agent_id}/drift/aip{
"alerts": [
{
"alert_id": "<string>",
"agent_id": "<string>",
"session_id": "<string>",
"checkpoint_ids": [
"<string>"
],
"sustained_checks": 123,
"severity": "low",
"drift_direction": "<string>",
"message": "<string>",
"detection_timestamp": "2023-11-07T05:31:56Z"
}
],
"agent_id": "<string>"
}