import Dataframer from 'dataframer';
const client = new Dataframer({
apiKey: 'My API Key',
});
const response = await client.dataframer.analyze.getStatus('task_id');
console.log(response);{}Get analysis status from external service (client-side polling)
import Dataframer from 'dataframer';
const client = new Dataframer({
apiKey: 'My API Key',
});
const response = await client.dataframer.analyze.getStatus('task_id');
console.log(response);{}