JavaScript
import Dataframer from 'dataframer'; const client = new Dataframer({ apiKey: 'My API Key', }); const specVersion = await client.dataframer.specs.versions.retrieve('version_id', { spec_id: 'spec_id' }); console.log(specVersion.spec_id);
{ "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": {} }
Get a specific spec version
API Key authentication. Format: "Bearer YOUR_API_KEY"
-2147483648 <= x <= 2147483647
1