pydo.genai.get_evaluation_run_results()
Generated on 20 Oct 2025
from pydo
version
v0.18.0
Description
To retrieve results of an evaluation run, send a GET request to /v2/gen-ai/evaluation_runs/{evaluation_run_uuid}/results
.
Parameters
Name | Type | Required | Description | Default Value |
---|---|---|---|---|
evaluation_run_uuid |
string | True | Evaluation run UUID. | |
page |
integer | False | Page number. | |
per_page |
integer | False | Items per page. |
More Information
See the API spec for this endpoint to view additional detail on responses, headers, parameters, and more.