Skip to main content

Get Workflow's execution output

GET 

/workspace/:ws_id/executions/:id/outputs

Gets the output of a specific workflow execution by ID.

Request

Path Parameters

    id stringrequired

    Execution ID

    ws_id stringrequired

    Workspace ID

Responses

ok

Schema
    app_id string
    async_parent_execution_id string
    cancel_reason string
    created_at integer
    created_by string
    draft_execution_number integer
    execution_depth integer
    execution_number integer

    UNIQUE INDEX idx_playbook_executions_pbid_en

    finished_at integer
    id string
    last_playbook_name string

    LastPlaybookName Holds last playbook name after playbook deletion to be used in display names for past executions

    name string
    parent_execution_id string
    playbook string
    playbook_id string

    UNIQUE INDEX idx_playbook_executions_pbid_en

    runner_cluster_version string
    runner_group_id string
    runner_id string

    use text column type to allow empty strings

    runner_version string
    started_at integer
    state string
    state_ui string
    step_results object
    property name* integer
    tenant_id string
    timeout_at integer
    top_execution_id string
    trigger_type string
    type string
    updated_at integer
    updated_by string
    version string
    with_concurrency_limit boolean
    workspace_id string
Loading...