get_costs
Retrieve logged time and cost entries, filtered by project, task, date range, or person.
Instructions
List logged time and cost entries, optionally scoped to a project or task, a date range, or one person.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| date_to | No | Inclusive end date. | |
| task_id | No | Limit to one task. Requires project_id. | |
| date_from | No | Inclusive start date. | |
| project_id | No | Limit to one project. | |
| user_email | No | Limit to one person's entries. |