Progress
List Job Progress
Retrieve paginated progress entries for a specific job
GET
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
The unique job identifier
Filter progress entries by kind
Filter progress entries associated with a specific input
Number of items to skip for pagination (default: 0)
Maximum number of items to return per page
Response
The job identifier
Total number of progress entries matching the filter criteria
Current pagination offset
Maximum number of items returned
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