Skip to main content
GET
/
api
/
v1
/
tasks
/
{task_id}
/
timeline
Get Task Timeline
curl --request GET \
  --url https://api.tracelm.ai/api/v1/tasks/{task_id}/timeline

Path Parameters

  • task_id (UUID)
Returns:
  • task_id
  • events[]
    • timestamp
    • event_type: trace | tool_call | loop
    • data: event-specific fields
Example trace event data:
  • id, model, latency_ms, has_tool_calls, tool_call_count
Example tool_call event data:
  • id, trace_id, tool_name, status, error_message
Example loop event data:
  • id, loop_type, severity, repeated_tool_name, repetition_count