Get Logs for an Evaluation

GET

Get the Logs associated to a specific Evaluation.

Each Datapoint in your Dataset will have a corresponding Log for each File version evaluated. e.g. If you have 50 Datapoints and are evaluating 2 Prompts, there will be 100 Logs associated with the Evaluation.

Path parameters

idstringRequired

String ID of evaluation. Starts with ev_ or evr_.

Query parameters

pageintegerOptional

Page number for pagination.

sizeintegerOptional

Page size for pagination. Number of Logs to fetch.

Response

Successful Response

recordslist of objects
pageinteger
sizeinteger
totalinteger

Errors