Skip to main content
GET
/
api
/
dataframer
/
red-team-specs
JavaScript
import Dataframer from 'dataframer';

const client = new Dataframer({
  apiKey: 'My API Key',
});

const redTeamSpecs = await client.dataframer.redTeamSpecs.list();

console.log(redTeamSpecs);
{}

Authorizations

Authorization
string
header
required

API Key authentication. Format: "Bearer YOUR_API_KEY"

Response

200 - application/json

The response is of type object.