Create or resume a run
POST
/api/v1/runs
Creates a new run or returns an existing one if the run ID already exists in the project.
Request Body required
Section titled “Request Body required ”object
workspace
required
string
project
required
string
run_id
required
null | string
experiment_name
required
null | string
metadata
required
null | string
created_at
null | string format: date-time
Responses
Section titled “ Responses ”OK
object
id
required
string format: uuid
run_id
required
string
created
required
boolean