@archastro/sdk
    Preparing search index...
    Index

    Constructors

    Methods

    Constructors

    Methods

    • Retrieve an automation run Returns a single run created by an invoked automation. This endpoint is restricted to runs whose parent automation has type: "invoked". Attempting to retrieve a run from a non-invoked automation returns 404. The authenticated user must have access to the automation run's parent automation within their workspace.

      Parameters

      • automationRun: string

        Automation run ID (arun_...). Must belong to an invoked automation accessible to the authenticated user.

      Returns Promise<AutomationRun>

      The requested automation run.