---
title: "Returns tracking objecty by id"
method: GET
path: "/projects/tracking/{tracking_id}"
tags: ["tracking"]
---

# Returns tracking objecty by id

`GET /projects/tracking/{tracking_id}`

## Path parameters

- `tracking_id` integer, required

## Response `200`

successful operation

- Tracking
  - `id` integer
  - `start_time` string
  - `duration` integer
  - `note` string
  - `project_id` integer
  - `estimate_item_id` integer
  - `tracking_type` integer
  - `amount` number

---

[API](https://skmtc.net/trackfront/apis/trackfront-v1.md) · [All operations](https://skmtc.net/trackfront/apis/trackfront-v1/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/trackfront/trackfront-v1/versions/46087eaf6f2a/schema)
