Tracked inputs paired with their latest progress entry
Documentation Index
Fetch the complete documentation index at: https://docs.archetypeai.app/llms.txt
Use this file to discover all available pages before exploring further.
job_progress row (if any). Use it to drive per-input progress UIs without N+1 fetches against the progress endpoint. Inputs attached to non-tracked ports (e.g. n-shot reference files) are always excluded.
worker.inference)?status=pending&status=processing). Accepts pending, processing, completed, failed. The reference status is always excluded.asc (default) puts the oldest first; desc puts the most recently active inputs at the top.InputWithLatestProgress objects, each containing:input — The InputResponse (same shape as List Inputs)latest_progress — The most recent job_progress row for this input, or null if none yetstep — 1-indexed completion rank across the whole job, ordered by completed_at. null for inputs still in pending or processing — assigned only when the input reaches completed or failed. Ties (same completed_at) are broken by input id. Distinct from latest_progress.step, which is the container-reported training/inference step inside a single input.