Evals
Get Eval Prompts
Retrieve prompts for a specific eval if they exist.
Args: eval_uuid (str): UUID of the eval to get prompts for. workspace_uuid (str, optional): Optional workspace UUID for filtering.
Returns: list[EvalPrompt]: List of prompts and metadata for the eval.
Raises: AymaraAPIError: If the eval is not found.
Example: GET /api/evals/{eval_uuid}/prompts
get/v2/evals/{eval_uuid}/prompts
Path parameters
eval_uuidstring required
Query parameters
workspace_uuidstring
limitinteger
offsetinteger
Response
OK