Get processing performance statistics.
Returns processing throughput, latency percentiles, error rates, and top errors. Useful for operations monitoring and performance dashboards.
API Key authentication. Format: dk_test_
Start date (ISO 8601, default: 30 days ago)
End date (ISO 8601, default: today)
Processing throughput, latency, and error metrics
Response for processing stats (GET /v1/stats/processing).
Processing performance metrics for operations monitoring.
Time period covered
{
"end": "2025-12-07",
"start": "2025-11-07"
}Documents and pages processed per day
{
"documents_per_day": 45.2,
"pages_per_day": 1823.5
}Processing time percentiles
{
"avg_seconds": 11.8,
"p50_seconds": 8.2,
"p95_seconds": 28.7,
"p99_seconds": 45.3
}Most common error messages
Ratio of failed to total jobs (0.0-1.0)