---
title: "List all tracker entries"
method: GET
path: "/tracker-entries"
tags: ["Tracker Entries"]
---

# List all tracker entries

`GET /tracker-entries`

List all tracker entries for the authenticated team.

## Query parameters

- `from` string, required — Start date of the range (inclusive) in YYYY-MM-DD format
- `to` string, required — End date of the range (inclusive) in YYYY-MM-DD format
- `projectId` string, uuid — Optional project ID to filter tracker entries by specific project

## Response `200`

List all tracker entries for the authenticated team.

- object
  - `meta` object, required — Metadata about the tracker entries response including totals and date range
    - `totalDuration` number, required — Total duration of all tracker entries in the response in seconds
    - `totalAmount` number, required — Total monetary amount for all tracker entries in the response
    - `from` string, required — Start date of the queried range in YYYY-MM-DD format
    - `to` string, required — End date of the queried range in YYYY-MM-DD format
  - `result` object, required — Tracker entries grouped by date, where each key is a date in YYYY-MM-DD format and the value is an array of tracker entries for that date

## Other responses

- `default` — An error occurred

---

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