Get Pattern Tracker
patterns
Get Pattern Tracker
Retrieve a fitted pattern tracker (or its current job status).
Resolves (model_id, tracker_id) → job_id via the jobs row’s
progress payload, then dispatches on the job’s status. The
completed artifact lives at the patterns-tracker S3 path keyed on
(model_id, tracker_id) — no DB lookup needed once status=‘completed’.
GET
Get Pattern Tracker
Response
Successful Response
The fitted pattern tracker. Optional fields are None while the job is pending/running/failed; populated once the job completes successfully.
Available options:
pending, running, completed, failed Column / dtype / categorical-level snapshot captured at fit time.