Hello,
I am using the v9 API to retrieve time entries. Is there a way to retrieve more than 3 months of time entries. Whenever I try to retrieve more than 3 months, I get response from API saying “start_date must not be earlier than 2024-09-08”.
This is the endpoint and query params I am using: https://api.track.toggl.com/api/v9/me/time_entries?start_date=2024-01-01&end_date=2024-12-08
Using docs from here: Time entries | Toggl Engineering