pydo.genai.get_evaluation_run()
Generated on 18 Nov 2025
from pydo version
v0.21.0
Description
To retrive information about an existing evaluation run, send a GET request to /v2/gen-ai/evaluation_runs/{evaluation_run_uuid}.
Parameters
| Name | Type | Required | Description | Default Value |
|---|---|---|---|---|
evaluation_run_uuid |
string | True | Evaluation run UUID. |
More Information
See the API spec for this endpoint to view additional detail on responses, headers, parameters, and more.