JavaScript
import Dataframer from 'dataframer'; const client = new Dataframer({ apiKey: 'My API Key', }); const spec = await client.dataframer.specs.retrieve('spec_id'); console.log(spec.datasets_id);
{ "name": "<string>", "datasets_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "description": "<string>", "latest_version": -1, "status": "PROCESSING", "created_at": "2023-11-07T05:31:56Z", "updated_at": "2023-11-07T05:31:56Z", "dataset_name": "<string>", "company_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "company_name": "<string>", "created_by": 123, "created_by_name": "<string>", "versions": [ { "spec_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "version": -1, "config_yaml": "<string>", "results_yaml": "<string>", "orig_results_yaml": "<string>", "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "spec_name": "<string>", "created_at": "2023-11-07T05:31:56Z", "runtime_params": {} } ], "version_count": 123, "latest_version_data": "<string>", "data_property_variations": "<string>" }
Get a specific spec, optionally with deletion impact info
API Key authentication. Format: "Bearer YOUR_API_KEY"
1
-2147483648 <= x <= 2147483647
PROCESSING
READY
FAILED
Show child attributes