Skip to main content
GET
/
agents
/
{agent_id}
/
drift
/
aip
Get AIP drift alerts
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>"
}

Path Parameters

agent_id
string
required

Agent identifier (e.g. smolt-abc123)

Response

AIP drift alerts

alerts
object[]
agent_id
string