Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request GET \ --url https://api.tracelm.ai/api/v1/conversations/{conversation_id}/context-failures
Run and return typed context failures for a conversation
conversation_id
{ "conversation_id": "...", "total_failures": 2, "failures": [ { "type": "lost_context", "failure_type": "lost_context", "severity": "medium", "description": "...", "task_id": "...", "trace_id": "...", "original_context": "...", "violation": "...", "original_trace_id": "...", "confidence": 0.88, "detected_at": "..." } ] }