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.
Example response
{
"meta": {
"totalDuration": 86400,
"totalAmount": 1800,
"from": "2024-04-01",
"to": "2024-04-30"
}
}