pydo.genai.get_evaluation_run()
Generated on 20 Oct 2025
from pydo
version
v0.18.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.