import Dataframer from 'dataframer';const client = new Dataframer({ apiKey: process.env['DATAFRAMER_API_KEY'], // This is the default and can be omitted});const spec = await client.dataframer.specs.retrieve('spec_id');console.log(spec.datasets_id);
Get a specific spec, optionally with deletion impact info
Get a specific spec, optionally with deletion impact info
GET
/
api
/
dataframer
/
specs
/
{spec_id}
JavaScript
Copy
import Dataframer from 'dataframer';const client = new Dataframer({ apiKey: process.env['DATAFRAMER_API_KEY'], // This is the default and can be omitted});const spec = await client.dataframer.specs.retrieve('spec_id');console.log(spec.datasets_id);