Eval Types
Get Eval Type
Retrieve a specific eval type by its UUID.
Args: eval_type_uuid (str): UUID of the eval type to retrieve.
Returns: EvalTypeSchema: The eval type data.
Raises: AymaraAPIError: If the eval type is not found.
Example: GET /api/eval-types/{eval_type_uuid}
get/v2/eval-types/{eval_type_uuid}
Path parameters
eval_type_uuidstring required
Response
OK