> ## 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 Tool Calls

> List tool calls for a task

## Path Parameters

* `task_id` (UUID)

## Query Parameters

* `status` (`pending | success | failed`)
* `tool_name` (partial match)

## Response

Array of tool calls:

* `id`, `trace_id`, `tool_name`, `tool_call_id`, `tool_type`
* `input_args`, `output_result`
* `status`, `error_message`, `error_type`
* `execution_order`, `latency_ms`, `created_at`
