Get Logs for Evaluation

Get the Logs associated to a specific Evaluation. This returns the Logs associated to all Runs within with the Evaluation.

Authentication

X-API-KEYstring
API Key authentication via header

Path parameters

idstringRequired

String ID of evaluation. Starts with ev_ or evr_.

Query parameters

pageintegerOptional>=1Defaults to 1
Page number for pagination.
sizeintegerOptional>=0Defaults to 10
Page size for pagination. Number of Logs to fetch.
run_idstringOptional
Filter by Run IDs. Only Logs for the specified Runs will be returned.

Response

Successful Response
recordslist of objects
pageinteger
sizeinteger
totalinteger

Errors