---
title: "Get Agent Task Tracker"
method: GET
path: "/tracker/{tracker_id}"
tags: ["Agent Task Tracker"]
---

# Get Agent Task Tracker

`GET /tracker/{tracker_id}`

Get agent task tracker by tracker ID

## Path parameters

- `tracker_id` string, required

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