Get a list of evaluation runs
Experiments
Get a list of evaluation runs
List experiment runs with optional filtering by dataset, status, name, date range, and specific run IDs. Results are paginated and sortable.
GET
Get a list of evaluation runs
Documentation Index
Fetch the complete documentation index at: https://docs.honeyhive.ai/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
Filter by dataset ID
Page number for pagination
Required range:
x >= 1Number of results per page
Required range:
1 <= x <= 100List of specific run IDs to fetch
Filter by run name
Filter by run status
Available options:
pending, completed, failed, cancelled, running Filter by date range
Field to sort by
Available options:
created_at, updated_at, name, status Sort order
Available options:
asc, desc 
