External DocumentationTo learn more, visit the Cribl documentation.
Actions
List Pipelines
Retrieve a list of all pipelines.

Preview this Workflow on desktop
Was this page helpful?
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
| Parameter | Description |
|---|---|
| Worker Group Or Fleet Name | The name of the parent Worker Group or Fleet. Worker Group is used in Stream while Fleet is used in Edge. |
{
"count": 0,
"items": [
{
"id": "string",
"conf": {
"asyncFuncTimeout": 10000,
"output": "default",
"description": "string",
"streamtags": [],
"functions": [
{
"filter": "true",
"id": "string",
"description": "string",
"disabled": true,
"final": true,
"conf": {},
"groupId": "string"
}
],
"groups": {
"additionalProp1": {
"name": "string",
"description": "string",
"disabled": true
},
"additionalProp2": {
"name": "string",
"description": "string",
"disabled": true
},
"additionalProp3": {
"name": "string",
"description": "string",
"disabled": true
}
}
}
}
]
}
Was this page helpful?