pydo.genai.get_evaluation_run()
Generated on 16 Feb 2026
from pydo version
v0.26.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.