Get schedule execution's Tasks
{ getTasksIds }
Returns the list of tasks for a Schedule Execution
Method
- Enterprise Admin
- Domain Admin
- Pro
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
A generic object used to contain ID of item.. 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 id list can be used to retrieve the task data or to rerun a specific job using 'reRunTask'
Examples
Code Snippets
Use the Authentication API methods to generate an access 'key' or 'token' for use in code as shown below.