Create Workflows Run
Create a new Evaluate run with workflows.
Use this endpoint to create a new Evaluate run with workflows. The request body should contain the workflows
to be ingested and evaluated.
Additionally, specify the project_id
or project_name
to which the workflows should be ingested. If the project does not exist, it will be created. If the project exists, the workflows will be logged to it. If both project_id
and project_name
are provided, project_id
will take precedence. The run_name
is optional and will be auto-generated (timestamp-based) if not provided.
The body is also expected to include the configuration for the scorers to be used in the evaluation. This configuration will be used to evaluate the workflows and generate the results.
Authorizations
Body
Response
Successful Response
The response is of type object
.