@makehq/sdk
    Preparing search index...

    Type Alias GetExecutionDetailOptions

    Options for getting detailed execution result.

    type GetExecutionDetailOptions = {
        maxBytes?: number;
    }
    Index

    Properties

    Properties

    maxBytes?: number

    Reject the request with a 413 instead of returning outputs larger than this many bytes.