v1

latestOpenAPI 3.1.0AGPL-3.0 license2026-07-1210336283.6 KB
Tracker Entries

List all tracker entries

List all tracker entries for the authenticated team.

get/tracker-entries

Query parameters

fromstring required

Start date of the range (inclusive) in YYYY-MM-DD format

Example:2024-04-01

Start date of the range (inclusive) in YYYY-MM-DD format

tostring required

End date of the range (inclusive) in YYYY-MM-DD format

Example:2024-04-30

End date of the range (inclusive) in YYYY-MM-DD format

projectIdstring uuid

Optional project ID to filter tracker entries by specific project

Example:b3b6e2c2-1f2a-4e3b-9c1d-2a4b6e2c21f2

Optional project ID to filter tracker entries by specific project

Response

List all tracker entries for the authenticated team.

resultobject 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

Example response

{
  "meta": {
    "totalDuration": 86400,
    "totalAmount": 1800,
    "from": "2024-04-01",
    "to": "2024-04-30"
  }
}