/
PY
pyspur-dev
/
PySpur API
Search skmtc…
⌘K
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Sources
Subscribe
pyspur-dev
PySpur API
get
List Runs
v1
latest
OpenAPI 3.1.0
2026-07-17
80
68
219.8 KB
runs
List Runs
List all runs
get
/run/
Query parameters
page
integer
page_size
integer
parent_only
boolean
run_type
string
nullable
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