/
PY
pyspur-dev
/
PySpur API
Search skmtc…
⌘K
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Sources
Subscribe
v1
latest
OpenAPI 3.1.0
2026-07-17
80
68
219.8 KB
runs
Get Run Status
get
/run/{run_id}/status/
Path parameters
run_id
string
required
Response
Successful Response
RunResponseSchema
required
id
string
required
workflow_id
string
required
workflow_version_id
string
nullable
workflow_version
WorkflowVersionResponseSchema
A response containing the details of a workflow version.
status
'PENDING'
|
'RUNNING'
|
'COMPLETED'
|
'FAILED'
|
'PAUSED'
|
'CANCELED'
required
start_time
string
date-time
required
end_time
string
date-time
nullable
initial_inputs
object
nullable
outputs
object
nullable
tasks
TaskResponseSchema[]
parent_run_id
string
nullable
run_type
string
output_file_id
string
nullable
input_dataset_id
string
nullable
message
string
nullable
duration
number
nullable
required
percentage_complete
number
required