Add Logs to Run

Add the specified Logs to a Run.

Path parameters

idstringRequired
Unique identifier for Evaluation.
run_idstringRequired
Unique identifier for Run.

Headers

X-API-KEYstringRequired

Request

This endpoint expects an object.
log_idslist of stringsRequired
The IDs of the Logs to add to the Run.

Response

Successful Response
idstring
Unique identifier for the Run.
orchestratedboolean
Whether the Run is orchestrated by Humanloop.
added_atdatetime
When the Run was added to the Evaluation.
created_atdatetime
When the Run was created.
statusenum
The status of the Run.
Allowed values:
controlboolean
Stats for other Runs will be displayed in comparison to the control Run.
datasetobjectOptional
The Dataset used in the Run.
versionobjectOptional
The version used in the Run.
created_byanyOptional
The User who created the Run.

Errors