@runloop/api-client - v1.4.0
    Preparing search index...

    Interface LogListParams

    interface LogListParams {
        execution_id?: string;
        shell_name?: string;
    }
    Index

    Properties

    execution_id?: string

    ID of execution to filter logs by.

    shell_name?: string

    Shell Name to filter logs by.