list_task_types
Retrieve all task types available in your account; each returned with its ID and label for use in task creation.
Instructions
List all task types available in the account.
Returns {id, label} pairs suitable for passing as task_type_id on task writes.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |