IO
Get Inputs Progress Counts
Per-status counts of tracked inputs for a job
GET
Requires version 1.1.0 or later of the Archetype platform.
Overview
Returns per-status counts across the job’s tracked (non-reference) inputs. Mirrors the input_progress field embedded on GET /batch/jobs/{id} but lets you scope by port. Cheaper than walking the input list to compute badges.
Request
string
required
The unique job identifier
string
Scope the counts to a single input port (e.g.
worker.inference)Response
string
The job identifier
integer
Inputs not yet picked up by a worker
integer
Present when
total_bytes is known and all processing inputs that have reported progress
include the input_bytes metric. Otherwise, this property is absent. The value is the sum of
the most recent input_bytes reported by all processing inputs, plus the file sizes
(num_bytes) of all completed and failed inputs.integer
The total file size across all tracked inputs, scoped to the
port_name filter if provided. Present only when there’s at least one tracked
input and all sizes are known. Otherwise, this value is absent.integer
Inputs currently being processed
integer
Inputs that finished successfully
integer
Inputs that finished with an error