> ## 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 Execution Loops

> List detected loops for a task

## Path Parameters

* `task_id` (UUID)

Response is an array of loop records:

* `id`
* `loop_type` (detector output such as `repeated_tool`, `circular`, `stuck`)
* `severity` (`low | medium | high`)
* `pattern_description`
* `repeated_tool_name`
* `repetition_count`
* `confidence`
* `detection_method`
* `detected_at`
