Well Production
Well cycle-time statistics
Aggregate spud-to-completion and completion-to-production cycle-time statistics (median, percentiles) across wells, with optional filters.
get/v1/well-production/cycle-time
Response
Cycle-time statistics
Example response
{
"status": "success",
"data": {
"well_count": 10000,
"wells_with_cycle_data": 45,
"cycle_time_stats": {
"count": 45,
"median_days": 30,
"p25_days": 20,
"p75_days": 50,
"p90_days": 133,
"min_days": 1,
"max_days": 332,
"avg_days": 52
}
}
}