Create a new Executions instance.
Function for making API requests
Get details of a specific execution.
The scenario ID the execution belongs to
The unique ID of the execution to retrieve
Promise with the execution details
Get details of a specific execution for an incomplete execution.
The incomplete execution ID
The unique ID of the execution to retrieve
Promise with the execution details
List executions for a scenario.
The scenario ID to list executions for
Optional
options: ListExecutionsOptionsOptional parameters for pagination
Promise with the list of scenario executions
List executions for an incomplete execution.
The incomplete execution ID to list executions for
Optional
options: ListExecutionsOptionsOptional parameters for pagination
Promise with the list of executions related to the incomplete execution
Class providing methods for working with Make executions. Executions represent the running instances of scenarios and provide information about each time a scenario was executed.