Get Time Period
asana_get_time_periodGet full details for a time period by GID, including display name, start and end dates, and parent period.
Instructions
Get full details for a single time period by GID. Returns display_name, start_on, end_on, and parent time period. Use asana_get_time_periods to find GIDs.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| opt_fields | No | Comma-separated extra fields to include. Useful values: `gid,display_name,start_on,end_on,parent.display_name,parent.gid`. Default fields: gid, resource_type. | |
| time_period_gid | Yes | The GID of the time period (numeric string, e.g. `'1234567890123'`). Get GIDs from asana_get_time_periods. |