Tool to retrieve a list of evaluation runs from HoneyHive. Use when you need to: - List all evaluation runs for analysis - Find runs by status, name, or dataset - Get specific runs by their IDs - Paginate through large sets of evaluation runs Returns evaluation details including…
namestringFilter by run name. Returns runs whose name contains this string (case-sensitive).
pageintegerPage number for pagination (default: 1)
limitintegerNumber of results per page (default: 20)
statusstringEnumeration of possible evaluation run statuses.
run_idsarrayList of specific run IDs to fetch. When provided, only returns the specified runs.
sort_bystringEnumeration of fields that can be used for sorting runs.
dataset_idstringFilter by dataset ID. Get dataset IDs from the Get Datasets action.
date_rangestringFilter by date range. Format depends on API implementation (e.g., ISO date range or relative time).
sort_orderstringEnumeration of sort order options.
dataRequiredData from the action execution
errorstringError if any occurred during the execution of the action
successfulRequiredbooleanWhether or not the action execution was successful or not
API key connection. Risk level 2 of 5.
Free Action
No published Skills explicitly reference this Action yet.