task_list: Returns the list of all the tasks for a project

Description Usage Arguments Details Value Examples

Description

Returns the list of all the tasks for a project.

Usage

1
task_list(auth_token = NULL, project_id = NULL, ...)

Arguments

auth_token

auth token

project_id

ID of a project you want to access.

...

parameters passed to sbgapi function

Details

This function returns general information and status of a task, in case you want to get a details, including the inputs, outputs and parameters set for that task, you will have to use task details resource referencing the task_id of a task that you want to get information about.

Value

parsed list of the returned json

Examples

1
2
3
token = '420b4672ebfc43bab48dc0d18a32fb6f'
req = task_list(token,
                '1c1d06d2-5862-48f6-b595-e0099b20937e')

road2stat/sbgr documentation built on March 9, 2021, 4:33 a.m.