import Dataframer from 'dataframer';
const client = new Dataframer({
apiKey: 'My API Key',
});
const humanLabels = await client.dataframer.runs.humanLabels.list('run_id');
console.log(humanLabels);{}Get all human labels for a run
import Dataframer from 'dataframer';
const client = new Dataframer({
apiKey: 'My API Key',
});
const humanLabels = await client.dataframer.runs.humanLabels.list('run_id');
console.log(humanLabels);{}