Skip to main content
GET
/
drift
/
{agent_id}
Get AAP drift alerts for agent
curl --request GET \
  --url https://api.mnemom.ai/v1/drift/{agent_id}
{
  "agent_id": "<string>",
  "analyzed_traces": 123,
  "drift": {}
}

Path Parameters

agent_id
string
required

Response

Drift detection results

agent_id
string
analyzed_traces
integer
drift
object