Eval Types
Get Eval Type Instructions
Retrieve AI instructions for a specific eval type by its UUID.
Args: eval_type_uuid (str): UUID of the eval type.
Returns: list[AiInstruction]: List of AI instructions for the eval type.
Raises: AymaraAPIError: If the eval type is not found.
Example: GET /api/eval-types/{eval_type_uuid}/instructions
get/v2/eval-types/{eval_type_uuid}/instructions
Path parameters
eval_type_uuidstring required
Query parameters
limitinteger
offsetinteger
Response
OK