Progress
List Job Progress
Retrieve paginated progress entries for a specific job
GET
Requires version 1.1.0 or later of the Archetype platform.
Overview
This endpoint returns a paginated list of progress entries reported during job execution. Progress entries provide real-time metrics and status updates as the job processes inputs.Request
string
required
The unique job identifier
string
Filter progress entries by kind
string
Filter progress entries associated with a specific input
integer
Number of items to skip for pagination (default: 0)
integer
Maximum number of items to return per page
Response
string
The job identifier
integer
Total number of progress entries matching the filter criteria
integer
Current pagination offset
integer
Maximum number of items returned
array
Array of progress entry objects, each containing:
id— Unique progress entry identifierkind— Type of progress entrystep— Step number within the processing sequencemessage— Optional human-readable progress messagemetrics— Metrics data (e.g., percentage complete, items processed)payload— Additional progress-specific datainput_id— Associated input ID (if applicable)index— Index within the input (if applicable)created_at— Progress entry timestamp