List Evals
List all evals, with optional filtering.
Args: workspace_uuid (str, optional): Optional workspace UUID for filtering. Use "*" for enterprise-wide access, omit for user's current workspace.
Returns: list[Eval]: List of evals matching the filter.
Raises: AymaraAPIError: If the request is invalid.
Example: GET /api/evals?workspace_uuid=...
Query parameters
Response
OK
Changes
Changed in 11 of the 25 revisions of this API.51017
- ▲
removed the required property
items/items/ai_instructions/anyOf[subschema #2: AgentInstructions]/tools/oneOf[subschema #1: ToolArray]/value/items/idfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
items/items/ai_instructions/anyOf[subschema #3: WorkflowInstructions]/instructions/items/tools/oneOf[subschema #1: ToolArray]/value/items/idfrom the response with the200statusresponse-required-property-removed
- ▲
- ○
added
subschema #1subschema #4to theitems/items/ai_instructionsresponse propertyanyOflist for the response status200response-property-any-of-added
- ○
removed
subschema #1subschema #4from theitems/items/ai_instructionsresponse propertyanyOflist for the response status200response-property-any-of-removed
- ○
- ○
added the optional property
items/items/ai_instructions/anyOf[subschema #2: AgentInstructions]/agent_nameto the response with the200statusresponse-optional-property-added
- ○
added
WorkflowInstructionsto theitems/items/ai_instructionsresponse propertyanyOflist for the response status200response-property-any-of-added
- ○
- ▲
added
ToolArrayToolDictToolStringto theitems/items/ai_instructions/anyOf[subschema #2: AgentInstructions]/toolsresponse propertyoneOflist for the response status200response-property-one-of-added
- ○
removed
ToolsListToolDictToolsStringfrom theitems/items/ai_instructions/anyOf[subschema #2: AgentInstructions]/toolsresponse propertyanyOflist for the response status200response-property-any-of-removed
- ○
added discriminator to
items/items/ai_instructions/anyOf[subschema #2: AgentInstructions]/toolsresponse property for the response status200response-property-discriminator-added
This revision also has 2 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲
- ○
added
subschema #1subschema #3to theitems/items/ai_instructions/anyOf[subschema #2: AgentInstructions]/toolsresponse propertyanyOflist for the response status200response-property-any-of-added
- ○
removed
subschema #1subschema #3from theitems/items/ai_instructions/anyOf[subschema #2: AgentInstructions]/toolsresponse propertyanyOflist for the response status200response-property-any-of-removed
- ○
- ○
added
subschema #1to theitems/items/ai_instructions/anyOf[subschema #2: AgentInstructions]/toolsresponse propertyanyOflist for the response status200response-property-any-of-added
- ○
removed
subschema #2from theitems/items/ai_instructions/anyOf[subschema #2: AgentInstructions]/toolsresponse propertyanyOflist for the response status200response-property-any-of-removed
- ○
- ○
added
AgentInstructionsto theitems/items/ai_instructionsresponse propertyanyOflist for the response status200response-property-any-of-added
- ○
- ●
added the new
auth.workspace_requiredenum value to theerror/coderesponse property for the response status400response-property-enum-value-added
- ●
added the new
auth.workspace_requiredenum value to theerror/coderesponse property for the response status401response-property-enum-value-added
- ●
added the new
auth.workspace_requiredenum value to theerror/coderesponse property for the response status403response-property-enum-value-added
- ●
added the new
auth.workspace_requiredenum value to theerror/coderesponse property for the response status404response-property-enum-value-added
- ●
added the new
auth.workspace_requiredenum value to theerror/coderesponse property for the response status409response-property-enum-value-added
- ●
added the new
auth.workspace_requiredenum value to theerror/coderesponse property for the response status422response-property-enum-value-added
- ●
added the new
auth.workspace_requiredenum value to theerror/coderesponse property for the response status429response-property-enum-value-added
- ●
added the new
auth.workspace_requiredenum value to theerror/coderesponse property for the response status500response-property-enum-value-added
- ●
added the new
auth.workspace_requiredenum value to theerror/coderesponse property for the response status503response-property-enum-value-added
- ●
added the new
videoenum value to theitems/items/modality/allOf[subschema #1: ContentType]/response property for the response status200response-property-enum-value-added
- ○
added the optional property
items/items/created_byto the response with the200statusresponse-optional-property-added
- ○
added the optional property
items/items/ground_truth/anyOf[subschema #2: FileReference]/file_uuidto the response with the200statusresponse-optional-property-added
- ●
- ○
the
num_promptsresponse's property default value changed from50to100for the status200response-property-default-value-changed
- ○
removed the
audioenum value from theitems/items/modality/allOf[subschema #1: ContentType]/response property for the response status200response-property-enum-value-removed
- ○
removed the
videoenum value from theitems/items/modality/allOf[subschema #1: ContentType]/response property for the response status200response-property-enum-value-removed
- ○
- ▲
the response property
items/items/namebecame optional for the status200response-property-became-optional
- ▲
response property
items/items/namelist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲