Run an Ops Operation (admin)
flab_ops_runSubmit a data pipeline operation for ingestion, scoring, settlement, calibration, or intelligence refresh. Get an operation ID to poll status.
Instructions
Submit a pipeline operation. Returns 202 with an operation id to poll via flab_ops_status. Admin-only (FUTPICKS_OPS_TOKEN). Kinds: ingestion-runs (date?), scoring-runs (date?), settlement-runs (lastDays 1–30), calibration-runs (windowDays 7–365), intelligence-refreshes (matchId).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| date | No | ISO date YYYY-MM-DD (ingestion/scoring; default today) | |
| kind | Yes | Operation kind | |
| matchId | No | Match ID (intelligence-refreshes only) | |
| lastDays | No | Settlement lookback days (1–30, default 3) | |
| windowDays | No | Calibration window days (7–365, default 90) |