> ## Documentation Index
> Fetch the complete documentation index at: https://docs.tracelm.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Get Task Timeline

> Get a unified ordered timeline of trace/tool/loop events

## 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`
