pydo.genai.get_evaluation_run_prompt_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/{prompt_id}
.
Parameters
Name | Type | Required | Description | Default Value |
---|---|---|---|---|
evaluation_run_uuid |
string | True | Evaluation run UUID. | |
prompt_id |
integer | True | Prompt ID to get results for. |
More Information
See the API spec for this endpoint to view additional detail on responses, headers, parameters, and more.