import Dataframer from 'dataframer';
const client = new Dataframer({
apiKey: 'My API Key',
});
const response = await client.dataframer.listHistoricalRuns();
console.log(response);{}Get all historical runs
import Dataframer from 'dataframer';
const client = new Dataframer({
apiKey: 'My API Key',
});
const response = await client.dataframer.listHistoricalRuns();
console.log(response);{}API Key authentication. Format: "Bearer YOUR_API_KEY"
The response is of type object.