Evals
Get Eval
Retrieve a specific eval by its UUID.
Args: eval_uuid (str): UUID of the eval to retrieve. workspace_uuid (str, optional): Optional workspace UUID for filtering.
Returns: Eval: The eval data.
Raises: AymaraAPIError: If the eval is not found.
Example: GET /api/evals/{eval_uuid}
get/v2/evals/{eval_uuid}
Path parameters
eval_uuidstring required
Query parameters
workspace_uuidstring
Response
OK