@makehq/sdk
    Preparing search index...

    Class Executions

    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.

    Index

    Constructors

    Methods

    • Get details of a specific execution.

      Parameters

      • scenarioId: number

        The scenario ID the execution belongs to

      • executionId: string

        The unique ID of the execution to retrieve

      Returns Promise<Execution>

      Promise with the execution details

    • Get details of a specific execution for an incomplete execution.

      Parameters

      • incompleteExecutionId: string

        The incomplete execution ID

      • executionId: string

        The unique ID of the execution to retrieve

      Returns Promise<Execution>

      Promise with the execution details

    • List executions for an incomplete execution.

      Parameters

      • incompleteExecutionId: string

        The incomplete execution ID to list executions for

      • Optionaloptions: ListExecutionsOptions

        Optional parameters for pagination

      Returns Promise<Execution[]>

      Promise with the list of executions related to the incomplete execution