Skip to main content
POST
Validate Code Scorer Log Record

Authorizations

Galileo-API-Key
string
header
required

Body

multipart/form-data
file
string
required
log_stream_id
string<uuid4> | null
experiment_id
string<uuid4> | null
limit
integer
default:100
starting_token
integer | null
filters
string | null

JSON string array of LogRecordsQueryFilter

sort
string | null

JSON string of LogRecordsSortClause

required_scorers
scoreable_node_types

Response

Successful Response

Response model for validating a scorer based on log records.

Returns the uuid of the experiment created with the copied log records to store the metric testing results. Also returns the project_id so callers can poll /projects/{project_id}/traces/search.

metrics_experiment_id
string<uuid4>
required
project_id
string<uuid4>
required