Jan 5, 2024

Core APIs

Check Training Status

Monitor progress and metrics for an active training run

Endpoint

Response (200):

{
  "train_job_id": "job_efgh5678",
  "status": "running",
  "current_epoch": 3,
  "progress_pct": 30.0,
  "elapsed_time_sec": 7200,
  "metrics_history": [
    {"epoch":1, "ndcg@20":0.102, "recall@20":0.180},
    {"epoch":2, "ndcg@20":0.145, "recall@20":0.221},
    {"epoch":3, "ndcg@20":0.158, "recall@20":0.244}
  ]

Copyright Leora 2025 - All Right Reserved

Copyright Leora 2025 - All Right Reserved

Copyright Leora 2025 - All Right Reserved