Circle V2 API Docs
    Preparing search index...
    getCloneToEvalStatus: QueryProcedure<
        {
            input: { messageId: string };
            meta: object;
            output: { status: CloneToEvalStatus };
        },
    > = ...

    Superadmin-only: report a clone job's status so the trigger UI can poll from "queued" to a terminal "success"/"failed" (the clone runs async, so the mutation can't return the outcome).