v25

latestOpenAPI 3.1.0raw.githubusercontent.com2025-11-204973358.2 KB
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

eval_type_uuidstring required

Unique identifier for the eval type.

namestring required

Name of the eval type.

slugstring required

Slug for the eval type.

descriptionstring required

Description of the eval type.

supported_modalitiesstring[]

List of supported modalities (e.g., text, image).

supported_generation_inputsstring[] required

List of supported generation input types.