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/tasks/{task_id}
Get full task details including traces and loops
metadata
extra_metadata
traces[]
loops[]
{ "id": "...", "status": "completed", "metadata": { "detection_results": { "loops": { "detected": true, "patterns": 1, "highest_severity": "medium" } } }, "traces": [ { "id": "...", "model": "gpt-4o-mini", "has_tool_calls": true, "tool_call_count": 1 } ], "loops": [ { "id": "...", "loop_type": "repeated_tool", "severity": "medium", "repetition_count": 3 } ] }