pydo.genai.get_evaluation_test_case()
Generated on 7 Jul 2026
from pydo version
v0.39.0
Usage
client.genai.get_evaluation_test_case(
test_case_uuid="\"123e4567-e89b-12d3-a456-426614174000\"",
evaluation_test_case_version=None,
)Description
To retrive information about an existing evaluation test case, send a GET request to /v2/gen-ai/evaluation_test_case/{test_case_uuid}.
Parameters
test_case_uuidstring requiredThe test case uuid to retrieve.
evaluation_test_case_versioninteger optionalVersion of the test case.
Response Example
More Information
See /v2/gen-ai/evaluation_test_cases/{test_case_uuid} in the API reference for additional detail on responses, headers, parameters, and more.