Get Time Tracking Entry
asana_get_time_tracking_entryRetrieve a single Asana time tracking entry by its GID, returning duration, entry date, creator, and associated task. Get entry GIDs from the time tracking entries list.
Instructions
Get a single time tracking entry by GID. Returns gid, duration_minutes, entered_on, created_by, and task. Use asana_get_time_tracking_entries to find entry GIDs.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| opt_fields | No | Comma-separated extra fields to include. Useful values: `gid,duration_minutes,entered_on,created_by.name,task.name,task.gid`. Default fields: gid, resource_type. | |
| time_tracking_entry_gid | Yes | The GID of the time tracking entry (numeric string, e.g. `'1234567890123'`). Get GIDs from asana_get_time_tracking_entries. |