Langfuse JS/TS SDKs
    Preparing search index...

    Interface IngestionResponse

    interface IngestionResponse {
        errors: IngestionError[];
        successes: IngestionSuccess[];
    }
    Index

    Properties

    Properties

    errors: IngestionError[]
    successes: IngestionSuccess[]