Get Section
asana_get_sectionFetch details for a single Asana section by GID, including its name, creation date, and parent project. Use after listing project sections to get specific section info.
Instructions
Get details for a single section by GID. Returns the section's name, created_at, and parent project. Use asana_get_project_sections to list all sections in a project and find GIDs.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| opt_fields | No | Comma-separated extra fields to include. Useful values: `gid,name,created_at,project.name,resource_type`. Default fields: gid, resource_type. | |
| section_gid | Yes | The GID of the section (numeric string, e.g. `'1234567890123'`). Get section GIDs from asana_get_project_sections. |