Arize Phoenix TS
    Preparing search index...

    The result of moving traces to another project.

    interface TransferTracesResult {
        destinationProjectId: string;
        transferredTraceCount: number;
    }
    Index
    destinationProjectId: string

    The destination project's GlobalID.

    transferredTraceCount: number

    The number of distinct traces moved.