import Dataframer from 'dataframer';
const client = new Dataframer({
apiKey: 'My API Key',
});
const response = await client.dataframer.redTeamRuns.retrieveStatus('run_id');
console.log(response);{}Get red team run status and sync with data_gen backend
import Dataframer from 'dataframer';
const client = new Dataframer({
apiKey: 'My API Key',
});
const response = await client.dataframer.redTeamRuns.retrieveStatus('run_id');
console.log(response);{}