Get Time Tracking Entries
asana_get_time_tracking_entriesRetrieve all time tracking entries logged for a task, including duration, date, and creator.
Instructions
List all time tracking entries logged for a task. Returns an array of entry objects with gid, duration_minutes, entered_on, and created_by. Note: time tracking must be enabled in the workspace.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Results per page (1-100). | |
| offset | No | Pagination offset token from a previous response's next_page.offset. | |
| task_gid | Yes | The GID of the task (numeric string, e.g. `'1234567890123'`). | |
| opt_fields | No | Comma-separated extra fields to include. Useful values: `gid,duration_minutes,entered_on,created_by.name,task.name`. Default fields: gid, resource_type. |