Skip to content

JobItemRecord

← All HTTP schemas

A single input of a batch job and that input’s processing result.

Shape: object

Property Required Type Description Rules
id yes string (uuid) The item identifier.
jobId yes string (uuid) The identifier of the job it belongs to.
seq yes integer (int32) The sequence number within the job (starts at 0). pattern `^-?(?:0\
input yes string This item’s input text.
runId no string (uuid) The identifier of the run record created while processing this item. null if the item has not been processed yet.
status yes JobItemStatus The item’s processing status.
error no string The failure message. Populated only for JobItemStatus.Failed.