The Google Task Get Task List action is used to retrieve the details of a specific task list (taskListId) within Google Tasks. This allows you to obtain information such as the task list title, creation time, and update date.
Technical Specifications
Function: Retrieves the details of a specific task list.
Parameters
settings (Object – required): Google Tasks API connection settings.
taskListId (String – required): The ID of the task list whose details will be retrieved.
Result: Singular (One) → Returns an object containing information about the task list.
Value Binding
Fixed Value: taskListId can be entered manually.
Dynamic Value: Can be retrieved from the task list selected by the user.
Google Task Get Task List Application Steps
Open your project on the Kuika platform.
Go to the UI Design module.
Select UI Design → + ADD ACTION → Google → Google Task Get Task List.
Configure Parameters:
settings: Select Google Tasks connection settings.
taskListId: Enter the ID of the task list whose details will be retrieved.
When the action is executed, the details of the task list are retrieved and can be displayed on the screen.
Usage Scenario: “View Task List Details”
If a user clicks on the task list named “Personal Tasks”:
taskListId = “Personal-List-2025”
The action runs → Details such as the name, creation date, and update date of the task list are displayed on the screen.
Google Task Get Task List Advanced Customizations
Dynamic Selection: Whichever task list the user clicks on, the ID belonging to that list can be automatically transferred to the action.
List Summary: Task list information can be displayed as a header, and then the tasks can be listed separately.
Filtering: The user can be allowed to select only specific task lists.
Technical Risks and Controls
taskListId cannot be empty.
If an incorrect ID is entered, the task list cannot be found → an error is returned.