List

Retrieves a list of tasks

4 variables
9 variables

Retrieves a list of tasks

Authorization

To use this building block you will have to grant access to at least one of the following scopes:

  • Manage your Fusion Tables
  • View your Fusion Tables

Input

This building block consumes 4 input parameters

  = Parameter name
  = Format

tableId STRING Required

Table whose tasks are being listed

maxResults INTEGER

Maximum number of tasks to return. Default is 5

pageToken STRING

Continuation token specifying which result page to return

startIndex INTEGER

Index of the first result returned in the current page

Output

This building block provides 9 output parameters

  = Parameter name
  = Format

items[] OBJECT

A background task on a table, initiated for time- or resource-consuming operations such as changing column types or deleting all rows

items[].kind STRING

Type of the resource. This is always "fusiontables#task"

items[].progress STRING

Task percentage completion

items[].started BOOLEAN

false while the table is busy with some other task. true if this background task is currently running

items[].taskId INTEGER

Identifier for the task

items[].type STRING

Type of background task

kind STRING

Type of the resource. This is always "fusiontables#taskList"

nextPageToken STRING

Token used to access the next page of this result. No token is displayed if there are no more pages left

totalItems INTEGER

Total number of tasks for the table