Skip to main content
GET
Python

Authorizations

Authorization
string
header
required

API Key authentication. Format: "Bearer YOUR_API_KEY"

Response

List of specs

id
string<uuid>
read-only

Unique identifier for the spec

name
string

Spec name, unique within its dataset (or unique among seedless specs)

description
string

Human-readable description of what data this spec generates

status
enum<string>

Current status of the spec. PROCESSING: spec is being generated. SUCCEEDED: spec is ready for generation. FAILED: spec generation failed.

Available options:
PROCESSING,
SUCCEEDED,
FAILED
created_at
string<date-time>
read-only

Timestamp when the spec was created

dataset_id
string<uuid> | null
read-only

ID of the seed dataset this spec was created from. Null for seedless specs.

dataset_name
string | null
read-only

Name of the seed dataset this spec was created from. Null for seedless specs.

dataset_type
enum<string>
read-only

Type of dataset. MULTI_FILE for seedless specs.

Available options:
SINGLE_FILE,
MULTI_FILE,
MULTI_FOLDER