Python
Data Generation Runs
List runs
Get all runs for the user’s company, ordered by creation time (newest first)
GET
Python
Authorizations
API Key authentication. Format: "Bearer YOUR_API_KEY"
Response
List of runs
Unique identifier for the run
Current status of the run
Available options:
PENDING, PROCESSING, SUCCEEDED, FAILED, CANCELED ID of the spec used
Name of the spec
Version number of the spec used
ID of the seed dataset (null for seedless specs)
Name of the seed dataset (null for seedless specs)
Type of dataset
Available options:
SINGLE_FILE, MULTI_FILE, MULTI_FOLDER Number of samples successfully generated
Number of samples that failed to generate
Total cost of the run in dollars
When the run was created
Email of the user who created the run
When the run completed (null if not finished)

