Does not query the orchestrator backend but rather a database table of registered running workflows
A JWT bearer token to be passed once authenticated.
Sort fields. In the format of key1:ASC,key2:DESC,key3:DESC
A FilterQuery expression that specifies a filter to apply
Maximum amount of entries to provide (default is 1000)
Start after this Run ID
If a sort_by is specified that is not the ID (e.g. sort_by=name:ASC), then the value corresponding to that field of the previous_id entry must be given. This field is used for (1) efficient index lookup, and (2) to keep track of the current position in the collection, even if the previous_id entry is updated or deleted in the mean time.
OK
Run ID of running workflow
Time workflow was started.
The current version of the running graph, not necessarily the same version that was started originally.
Deployment info for a workflow. Exactly one of kubernetes_single_job or aci_single_job field must be set.