Metrics API
The Metrics API provides comprehensive analytics and performance data for your Arcanna AI models and platform. Use these endpoints to monitor model accuracy, retrieve specific job metrics, manage model performance, and track platform-wide statistics.
Available Endpoints
Platform Analytics
POST /api/v2/metrics/platform_metrics
- Post Platform Metrics
Upload or submit platform-wide performance and usage statistics.
Job & Model Analytics
POST /api/v2/metrics/internal_metrics
- Retrieve comprehensive job metrics
Get detailed performance statistics, evaluation metrics, and analytics across all jobs or filtered subsets.
POST /api/v2/metrics/job
- Retrieve metrics for a specified job
Get performance data and statistics for a specific job ID.
POST /api/v2/metrics/job_and_latest_model
- Retrieve metrics for a specified job and its active model
Get combined metrics for a job and its currently deployed model.
GET /api/v2/metrics/model
- Retrieve metrics for a specified model
Get performance statistics and evaluation data for a specific model.
POST /api/v2/metrics/model/request_recompute_metrics
- Request re-computation of metrics for a specified model
Trigger recalculation of model performance metrics and statistics.
PUT /api/v2/metrics/production_date
- Update metrics production date for a job
Modify the production date associated with a job's metrics tracking.
Authentication
All endpoints require the X-Arcanna-Api-Key
header with your Management API key.