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} \
  --header 'Authorization: Bearer <token>'
{
  "agent_id": "<string>",
  "analyzed_traces": 123,
  "drift": {}
}

Authorizations

Authorization
string
header
required

Supabase JWT token in Authorization: Bearer header

Path Parameters

agent_id
string
required

Response

Drift detection results

agent_id
string
analyzed_traces
integer
drift
object