Reports & Analytics

Generate comprehensive reports and analyze your pipeline performance over time.

Available Reports

Job Performance Report

Analyze the performance of individual jobs over a selected time period.

  • Success/failure rates
  • Average execution time
  • Run frequency and patterns
  • Resource utilization

System Overview Report

Get a holistic view of all your monitored pipelines.

  • Total jobs and runs
  • Overall system health
  • API usage statistics
  • Alert summary

Error Summary Report

Comprehensive analysis of all errors and failures.

  • Error frequency by type
  • Most common failure patterns
  • Error resolution time
  • Impact analysis
Generating Reports

Dashboard Reports

  1. Navigate to the Analytics section in your dashboard
  2. Select the date range for your report
  3. Choose the jobs or pipelines to include
  4. Click "Generate Report" to view the analytics

Custom Date Ranges

Available time periods:

  • Last 24 hours
  • Last 7 days
  • Last 30 days
  • Last 90 days
  • Custom date range
Exporting Data

Export Formats

Download your reports in multiple formats:

  • CSV: Ideal for spreadsheet analysis and data processing
  • JSON: Machine-readable format for programmatic access
  • PDF: Formatted reports for presentations and documentation

API Access

Programmatically fetch report data using the SEER API:

import requests

headers = {"Authorization": "your_api_key"}
params = {
    "start_date": "2025-01-01",
    "end_date": "2025-01-31",
    "job_id": "your_job_id"
}

response = requests.get(
    "https://api.ansrstudio.com/reports/performance",
    headers=headers,
    params=params
)

report_data = response.json()
Filtering & Customization

Filter Options

  • Job Status: Filter by success, failure, or running status
  • Time Period: Select specific date ranges
  • Job Type: Group by pipeline, script type, or tags
  • Metrics: Focus on specific performance indicators

Scheduled Reports

Set up automatic report generation and delivery:

  • Daily summary reports via email
  • Weekly performance digests
  • Monthly analytics reports
  • Custom schedules for specific metrics

Contact support to enable scheduled reports for your account.