Get schedule execution's Tasks

Returns the list of tasks for a Schedule Execution

Method

/API2/tasks/getTasks

  • API Section: /API2/tasks
  • API Version: 2.0
  • From Release: 2018.5
  • Usage: REST API only via POST actions.
  • Usage by:
    • Enterprise Admin
    • Domain Admin
    • Pro

Method Signature

Input Parameters

Name

executionsId

Type

string

Description

The execution's system ID

Output Response

Successful Result Code

200

Response List Type

Description of Response Type

Execution Tasks object with details of a scheduled job task.. Note that the response is returned as a list of items of this object type.

Notes

Each schedule produces an 'execution' each time it runs. The execution is effectively an instance of the schedule. Within each execution is a list of jobs or 'tasks' tha represent the atomic level of activity that will be executed.The task list can be sued to see status of each task or to rerun a specific job using 'reRunTask'