Skip to main content
GET
Python

Authorizations

Authorization
string
header
required

API Key authentication. Format: "Bearer YOUR_API_KEY"

Response

List of runs

id
string<uuid>

Unique identifier for the run

status
enum<string>

Current status of the run

Available options:
PENDING,
PROCESSING,
SUCCEEDED,
FAILED,
CANCELED
spec_id
string<uuid>

ID of the spec used

spec_name
string

Name of the spec

spec_version
integer

Version number of the spec used

dataset_id
string<uuid> | null

ID of the seed dataset (null for seedless specs)

dataset_name
string | null

Name of the seed dataset (null for seedless specs)

dataset_type
enum<string>

Type of dataset

Available options:
SINGLE_FILE,
MULTI_FILE,
MULTI_FOLDER
samples_completed
integer

Number of samples successfully generated

samples_failed
integer

Number of samples that failed to generate

total_cost
number | null

Total cost of the run in dollars

created_at
string<date-time>

When the run was created

created_by_email
string

Email of the user who created the run

completed_at
string<date-time> | null

When the run completed (null if not finished)