...
Query Parameter | Description |
---|---|
| Query start time in seconds. |
| Duration in seconds, query end time is inferred as startTime + duration in seconds. |
| Set of namespaces, used for filtering by namespace, only programs that ran in this namespace or schedules that will be run in this namespace will be returned. |
For the given query timerangetime range, for the time between start time and the current-time, the response will return historical runs which were either started, running, or reached end state (stopped/killed/failed) in that time window.
...