POST /pipeline/list
Lists all existing pipelines.
Authorizations
Section titled “Authorizations ”Responses
Section titled “ Responses ”Success.
An array of all pipelines.
object
object
The pipeline id.
The human-readable name of the pipeline.
The pipeline definition.
A flag specifying whether this pipeline is unstoppable. Unstoppable pipelines start automatically, fail when they complete, and can not be paused or stopped manually.
Example
true
Whether this pipeline is hidden. Hidden pipelines are only available through the show pipelines
operator.
The Unix timestamp of the pipeline creation time in nanoseconds.
The Unix timestamp of the last pipeline modification in nanoseconds.
If the pipeline has been started, the ISO 8601 timestamp of the most recent start.
The total amount of runs this pipeline has attempted so far.
The error that the pipeline may have encountered during running.
object
Example
unknown option `--frobnify`
object
A potentially empty label.
Example
this option does not exist
A region in the source code, defined by byte offsets.
object
Example
42
Example
48
object
Example
usage
Example
file <path> [-f|--follow] [-m|--mmap] [-t|--timeout <duration>]
Example
[1m[31merror[39m: unknown option `--frobnify`[0m
The user-provided labels for this pipeline.
object
The pipeline label text.
Example
zeek
The pipeline label color.
Example
3F1A24
A duration string specifying the minimum time between automatic restarts of a pipeline when an error occurs. Takes no effect if restarting on failure is disabled.
Example
10s
Flags that specify on which state to restart the pipeline.
object
Autostart the pipeline upon creation.
Example
true
Autostart the pipeline upon completion.
Autostart the pipeline upon failure.
Flags that specify on which state to delete the pipeline.
object
Autodelete the pipeline upon completion.
Autodelete the pipeline upon failure.
Example
true
Autodelete the pipeline when it stops before completing.
If a TTL exists for this pipeline, the TTL as a duration string.
Example
2min
If a TTL exists for this pipeline, the remaining TTL as a duration string.
Example
10s
Example
{ "pipelines": [ { "id": "4c7f2b11-6169-4d1b-89b4-4fc0a68b3d4a", "name": "user-assigned-name", "definition": "export | where foo | publish /bar", "hidden": false, "created_at": 1706180157837037600, "last_modifed": 1706180157837038000, "state": "running", "error": null, "diagnostics": [] }, { "id": "08446737-da9b-4787-8599-97d85c48c3bb", "name": "wrong-pipeline", "definition": "export asdf", "hidden": false, "created_at": 1706180157837037600, "last_modifed": 1706180157837038000, "state": "failed", "error": "format 'asdf' not found", "diagnostics": [] } ]}
Invalid arguments.
object
The error message.
Example
Invalid arguments