import Dataframer from 'dataframer';
const client = new Dataframer({
apiKey: 'My API Key',
});
const redTeamRuns = await client.dataframer.redTeamRuns.list();
console.log(redTeamRuns);{}List all red team runs for the user’s company
import Dataframer from 'dataframer';
const client = new Dataframer({
apiKey: 'My API Key',
});
const redTeamRuns = await client.dataframer.redTeamRuns.list();
console.log(redTeamRuns);{}API Key authentication. Format: "Bearer YOUR_API_KEY"
The response is of type object.