Skip to main content

Overview

The 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.

Method Signature

Synchronous

Asynchronous

Parameters

Returns

Returns a dictionary containing the list of evaluation reports and pagination information.

Examples

Basic Usage

Filter by Dataset

Filter by Status

With Pagination

Asynchronous Usage

Combined Filtering

Error Handling

Response Structure

The response includes:
  • reports: List of evaluation report summaries
  • total_count: Total number of reports matching filters
  • has_more: Whether more reports are available
  • next_offset: Offset for the next page
Each report summary contains:
  • evaluation_id: Unique identifier
  • dataset_id: Associated dataset ID
  • status: Current status
  • overall_score: Aggregate score (if completed)
  • created_at: Creation timestamp
  • completed_at: Completion timestamp (if applicable)

Common Use Cases

  • Monitoring evaluation history across datasets
  • Tracking model performance trends
  • Finding failed evaluations for debugging
  • Generating performance dashboards
  • Audit an