Skip to main content
GET
Python

Authorizations

x-api-key
string
header
required

Path Parameters

run_id
string
required

Response

Successful Response

A progress update for a task run.

type
string
required

Event type; always 'task_run.progress_stats'.

Allowed value: "task_run.progress_stats"
source_stats
TaskRunSourceStats · object
required

Source stats describing progress so far.

progress_meter
number
required

Completion percentage of the task run. Ranges from 0 to 100 where 0 indicates no progress and 100 indicates completion.