/
PY
pyspur-dev
/
PySpur API
Search skmtc…
⌘K
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 9m ago · Updated 1mo ago
Details
Filter operations
ai
2
datasets
5
environment management
7
evaluations
4
files
5
google auth
2
nodes
1
openai compatible
1
output files
4
rag
15
runs
3
get
List Runs
get
Get Run
get
Get Run Status
sessions
5
templates
2
users
5
workflow runs
6
workflows
13
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
Changes