---
title: "List Agent Task Trackers"
method: GET
path: "/tracker"
tags: ["Agent Task Tracker"]
---

# List Agent Task Trackers

`GET /tracker`

List agent task trackers for a task, optionally filtered by agent.

## Query parameters

- `agent_id` string, nullable — Agent ID
- `limit` integer — Limit
- `page_number` integer — Page number
- `order_by` string, nullable — Field to order by
- `order_direction` string — Order direction (asc or desc)
- `task_id` string, required — The task ID

## Response `200`

Successful Response

- AgentTaskTracker[]
  - `agent_id` string, required — The UUID of the agent
  - `created_at` string, date-time, required — When the agent task tracker was created
  - `id` string, required — The UUID of the agent task tracker
  - `last_processed_event_id` string, nullable — The last processed event ID
  - `status` string, nullable — Processing status
  - `status_reason` string, nullable — Optional status reason
  - `task_id` string, required — The UUID of the task
  - `updated_at` string, date-time, nullable — When the agent task tracker was last updated

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/terminaluse/apis/sb0-api.md) · [All operations](https://skmtc.net/terminaluse/apis/sb0-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/terminaluse/sb0-api/revisions/f24a474dc415/schema)
