List sections
list_sectionsList all sections in a specific Asana project. Supports offset pagination to page through multiple pages of results.
Instructions
List sections in an Asana project with offset pagination.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Results per page, from 1 to 100. | |
| offset | No | Offset returned by a previous list_sections call. | |
| opt_fields | No | Additional Asana section fields to return. | |
| project_gid | Yes | Project GID. |