freeagent_list_timeslips
List logged time in FreeAgent for a date range, with filters for unbilled, user, project, or task. Returns per-project totals alongside individual entries.
Instructions
List logged time in FreeAgent for a date range. Use view='unbilled' to find time that has not yet been invoiced. Returns per-project totals alongside the individual entries.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| task | No | Only time on this task | |
| user | No | Only time logged by this user | |
| view | No | Which timeslips to return (default: all) | all |
| limit | No | Maximum timeslips to return (default 100, max 100) | |
| toDate | Yes | End of the date range YYYY-MM-DD | |
| project | No | Only time on this project | |
| fromDate | Yes | Start of the date range YYYY-MM-DD |