IO
Get Inputs Progress Counts
Per-status counts of tracked inputs for a job
GET
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
The unique job identifier
Scope the counts to a single input port (e.g.
worker.inference)Response
The job identifier
Inputs not yet picked up by a worker
Inputs currently being processed
Inputs that finished successfully
Inputs that finished with an error