Retrieve a list of evaluation reports with filtering and pagination
list_evaluation_reports
method allows you to retrieve a list of evaluation reports with optional filtering and pagination. This is useful for monitoring evaluation history and tracking performance over time.
Parameter | Type | Required | Description |
---|---|---|---|
dataset_id | str | No | Filter by specific dataset ID |
status | str | No | Filter by evaluation status (running, completed, failed) |
limit | int | No | Maximum number of reports to return (default: 50) |
offset | int | No | Number of reports to skip for pagination (default: 0) |
reports
: List of evaluation report summariestotal_count
: Total number of reports matching filtershas_more
: Whether more reports are availablenext_offset
: Offset for the next pageevaluation_id
: Unique identifierdataset_id
: Associated dataset IDstatus
: Current statusoverall_score
: Aggregate score (if completed)created_at
: Creation timestampcompleted_at
: Completion timestamp (if applicable)