POST
/
v1
/
evaluate
/
runs

Authorizations

Galileo-API-Key
string
header
required

Body

application/json
workflows
object[]
required

List of workflows to include in the run.

generated_scorers
object[]

List of generated scorers to enable.

project_id
string | null

Evaluate Project ID to which the run should be associated.

project_name
string | null

Evaluate Project name to which the run should be associated. If the project does not exist, it will be created.

registered_scorers
object[]

List of registered scorers to enable.

run_name
string | null

Name of the run. If no name is provided, a timestamp-based name will be generated.

scorers
object[]

List of Galileo scorers to enable.

Response

200 - application/json
message
string
required
project_id
string
required
project_name
string
required
records_count
integer
required
run_id
string
required
run_name
string
required
workflows_count
integer
required