Get Custom Fields For Workspace
asana_get_custom_fields_for_workspaceList all custom field definitions in a workspace to discover field GIDs, names, types, and enum options before reading or writing custom field values on tasks.
Instructions
List all custom field definitions in a workspace. Returns gid, name, type, and enum_options for each field. Use this to discover available custom fields and their GIDs before reading or writing custom field values on tasks.
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. | |
| workspace | No | The GID of the workspace (numeric string, e.g. `'1234567890123'`). Get it from asana_list_workspaces. Can be omitted if ASANA_DEFAULT_WORKSPACE_GID is set. | |
| opt_fields | No | Comma-separated extra fields to include. Useful values: `gid,name,type,description,enum_options,is_global_to_workspace,precision,format`. Default fields: gid, resource_type, name. |