---
title: "List all Pipelines"
method: GET
path: "/pipelines"
tags: ["pipelines"]
---

# List all Pipelines

`GET /pipelines`

Get a list of all Pipelines.

## Response `200`

a list of Pipeline objects

- CountedPipeline
  - `count` integer — number of items present in the items array
  - `items` Pipeline[]
    - `id` string, required
    - `conf` object, required
      - `asyncFuncTimeout` integer — Time (in ms) to wait for an async function to complete processing of a data item
      - `output` string — The output destination for events processed by this Pipeline
      - `description` string
      - `streamtags` string[] — Tags for filtering and grouping in @{product}
      - `functions` PipelineFunctionConf[] — List of Functions to pass data through
        - union
          - PipelineFunctionAggregateMetrics
            - `filter` string — Filter that selects data to be fed through this Function
            - `id` 'aggregate_metrics', required — Function ID
            - `description` string — Simple description of this step
            - `disabled` boolean — If true, data will not be pushed through this function
            - `final` boolean — If enabled, stops the results of this Function from being passed to the downstream Functions
            - `conf` union, required
              - …
            - `groupId` string — Group ID
          - PipelineFunctionAggregation
            - `filter` string — Filter that selects data to be fed through this Function
            - `id` 'aggregation', required — Function ID
            - `description` string — Simple description of this step
            - `disabled` boolean — If true, data will not be pushed through this function
            - `final` boolean — If enabled, stops the results of this Function from being passed to the downstream Functions
            - `conf` union, required
              - …
            - `groupId` string — Group ID
          - PipelineFunctionAutoTimestamp
            - `filter` string — Filter that selects data to be fed through this Function
            - `id` 'auto_timestamp', required — Function ID
            - `description` string — Simple description of this step
            - `disabled` boolean — If true, data will not be pushed through this function
            - `final` boolean — If enabled, stops the results of this Function from being passed to the downstream Functions
            - `conf` FunctionConfSchemaAutoTimestamp, required
              - …
            - `groupId` string — Group ID
          - PipelineFunctionCef
            - `filter` string — Filter that selects data to be fed through this Function
            - `id` 'cef', required — Function ID
            - `description` string — Simple description of this step
            - `disabled` boolean — If true, data will not be pushed through this function
            - `final` boolean — If enabled, stops the results of this Function from being passed to the downstream Functions
            - `conf` FunctionConfSchemaCef, required
              - …
            - `groupId` string — Group ID
          - PipelineFunctionChain
            - `filter` string — Filter that selects data to be fed through this Function
            - `id` 'chain', required — Function ID
            - `description` string — Simple description of this step
            - `disabled` boolean — If true, data will not be pushed through this function
            - `final` boolean — If enabled, stops the results of this Function from being passed to the downstream Functions
            - `conf` FunctionConfSchemaChain, required
              - …
            - `groupId` string — Group ID
          - PipelineFunctionClone
            - `filter` string — Filter that selects data to be fed through this Function
            - `id` 'clone', required — Function ID
            - `description` string — Simple description of this step
            - `disabled` boolean — If true, data will not be pushed through this function
            - `final` boolean — If enabled, stops the results of this Function from being passed to the downstream Functions
            - `conf` FunctionConfSchemaClone, required
              - …
            - `groupId` string — Group ID
          - PipelineFunctionCode
            - `filter` string — Filter that selects data to be fed through this Function
            - `id` 'code', required — Function ID
            - `description` string — Simple description of this step
            - `disabled` boolean — If true, data will not be pushed through this function
            - `final` boolean — If enabled, stops the results of this Function from being passed to the downstream Functions
            - `conf` FunctionConfSchemaCode, required
              - …
            - `groupId` string — Group ID
          - PipelineFunctionComment
            - `filter` string — Filter that selects data to be fed through this Function
            - `id` 'comment', required — Function ID
            - `description` string — Simple description of this step
            - `disabled` boolean — If true, data will not be pushed through this function
            - `final` boolean — If enabled, stops the results of this Function from being passed to the downstream Functions
            - `conf` FunctionConfSchemaComment, required
              - …
            - `groupId` string — Group ID
          - PipelineFunctionDistinct
            - `filter` string — Filter that selects data to be fed through this Function
            - `id` 'distinct', required — Function ID
            - `description` string — Simple description of this step
            - `disabled` boolean — If true, data will not be pushed through this function
            - `final` boolean — If enabled, stops the results of this Function from being passed to the downstream Functions
            - `conf` FunctionConfSchemaDistinct, required
              - …
            - `groupId` string — Group ID
          - PipelineFunctionDnsLookup
            - `filter` string — Filter that selects data to be fed through this Function
            - `id` 'dns_lookup', required — Function ID
            - `description` string — Simple description of this step
            - `disabled` boolean — If true, data will not be pushed through this function
            - `final` boolean — If enabled, stops the results of this Function from being passed to the downstream Functions
            - `conf` FunctionConfSchemaDnsLookup, required
              - …
            - `groupId` string — Group ID
          - PipelineFunctionDrop
            - `filter` string — Filter that selects data to be fed through this Function
            - `id` 'drop', required — Function ID
            - `description` string — Simple description of this step
            - `disabled` boolean — If true, data will not be pushed through this function
            - `final` boolean — If enabled, stops the results of this Function from being passed to the downstream Functions
            - `conf` FunctionConfSchemaDrop, required
            - `groupId` string — Group ID
          - PipelineFunctionDropDimensions
            - `filter` string — Filter that selects data to be fed through this Function
            - `id` 'drop_dimensions', required — Function ID
            - `description` string — Simple description of this step
            - `disabled` boolean — If true, data will not be pushed through this function
            - `final` boolean — If enabled, stops the results of this Function from being passed to the downstream Functions
            - `conf` FunctionConfSchemaDropDimensions, required
              - …
            - `groupId` string — Group ID
          - PipelineFunctionDynamicSampling
            - `filter` string — Filter that selects data to be fed through this Function
            - `id` 'dynamic_sampling', required — Function ID
            - `description` string — Simple description of this step
            - `disabled` boolean — If true, data will not be pushed through this function
            - `final` boolean — If enabled, stops the results of this Function from being passed to the downstream Functions
            - `conf` FunctionConfSchemaDynamicSampling, required
              - …
            - `groupId` string — Group ID
          - PipelineFunctionEval
            - `filter` string — Filter that selects data to be fed through this Function
            - `id` 'eval', required — Function ID
            - `description` string — Simple description of this step
            - `disabled` boolean — If true, data will not be pushed through this function
            - `final` boolean — If enabled, stops the results of this Function from being passed to the downstream Functions
            - `conf` FunctionConfSchemaEval, required
              - …
            - `groupId` string — Group ID
          - PipelineFunctionEventBreaker
            - `filter` string — Filter that selects data to be fed through this Function
            - `id` 'event_breaker', required — Function ID
            - `description` string — Simple description of this step
            - `disabled` boolean — If true, data will not be pushed through this function
            - `final` boolean — If enabled, stops the results of this Function from being passed to the downstream Functions
            - `conf` union, required
              - …
            - `groupId` string — Group ID
          - PipelineFunctionEventstats
            - `filter` string — Filter that selects data to be fed through this Function
            - `id` 'eventstats', required — Function ID
            - `description` string — Simple description of this step
            - `disabled` boolean — If true, data will not be pushed through this function
            - `final` boolean — If enabled, stops the results of this Function from being passed to the downstream Functions
            - `conf` FunctionConfSchemaEventstats, required
              - …
            - `groupId` string — Group ID
          - PipelineFunctionExternaldata
            - `filter` string — Filter that selects data to be fed through this Function
            - `id` 'externaldata', required — Function ID
            - `description` string — Simple description of this step
            - `disabled` boolean — If true, data will not be pushed through this function
            - `final` boolean — If enabled, stops the results of this Function from being passed to the downstream Functions
            - `conf` FunctionConfSchemaExternaldata, required
            - `groupId` string — Group ID
          - PipelineFunctionFlatten
            - `filter` string — Filter that selects data to be fed through this Function
            - `id` 'flatten', required — Function ID
            - `description` string — Simple description of this step
            - `disabled` boolean — If true, data will not be pushed through this function
            - `final` boolean — If enabled, stops the results of this Function from being passed to the downstream Functions
            - `conf` FunctionConfSchemaFlatten, required
              - …
            - `groupId` string — Group ID
          - PipelineFunctionFoldkeys
            - `filter` string — Filter that selects data to be fed through this Function
            - `id` 'foldkeys', required — Function ID
            - `description` string — Simple description of this step
            - `disabled` boolean — If true, data will not be pushed through this function
            - `final` boolean — If enabled, stops the results of this Function from being passed to the downstream Functions
            - `conf` FunctionConfSchemaFoldkeys, required
              - …
            - `groupId` string — Group ID
          - PipelineFunctionGenStats
            - `filter` string — Filter that selects data to be fed through this Function
            - `id` 'gen_stats', required — Function ID
            - `description` string — Simple description of this step
            - `disabled` boolean — If true, data will not be pushed through this function
            - `final` boolean — If enabled, stops the results of this Function from being passed to the downstream Functions
            - `conf` FunctionConfSchemaGenStats, required
              - …
            - `groupId` string — Group ID
          - PipelineFunctionGeoip
            - `filter` string — Filter that selects data to be fed through this Function
            - `id` 'geoip', required — Function ID
            - `description` string — Simple description of this step
            - `disabled` boolean — If true, data will not be pushed through this function
            - `final` boolean — If enabled, stops the results of this Function from being passed to the downstream Functions
            - `conf` FunctionConfSchemaGeoip, required
              - …
            - `groupId` string — Group ID
          - PipelineFunctionGrok
            - `filter` string — Filter that selects data to be fed through this Function
            - `id` 'grok', required — Function ID
            - `description` string — Simple description of this step
            - `disabled` boolean — If true, data will not be pushed through this function
            - `final` boolean — If enabled, stops the results of this Function from being passed to the downstream Functions
            - `conf` FunctionConfSchemaGrok, required
              - …
            - `groupId` string — Group ID
          - PipelineFunctionHandlebars
            - `filter` string — Filter that selects data to be fed through this Function
            - `id` 'handlebars', required — Function ID
            - `description` string — Simple description of this step
            - `disabled` boolean — If true, data will not be pushed through this function
            - `final` boolean — If enabled, stops the results of this Function from being passed to the downstream Functions
            - `conf` FunctionConfSchemaHandlebars, required
              - …
            - `groupId` string — Group ID
          - PipelineFunctionJoin
            - `filter` string — Filter that selects data to be fed through this Function
            - `id` 'join', required — Function ID
            - `description` string — Simple description of this step
            - `disabled` boolean — If true, data will not be pushed through this function
            - `final` boolean — If enabled, stops the results of this Function from being passed to the downstream Functions
            - `conf` FunctionConfSchemaJoin, required
              - …
            - `groupId` string — Group ID
          - PipelineFunctionJsonUnroll
            - `filter` string — Filter that selects data to be fed through this Function
            - `id` 'json_unroll', required — Function ID
            - `description` string — Simple description of this step
            - `disabled` boolean — If true, data will not be pushed through this function
            - `final` boolean — If enabled, stops the results of this Function from being passed to the downstream Functions
            - `conf` FunctionConfSchemaJsonUnroll, required
              - …
            - `groupId` string — Group ID
          - PipelineFunctionLakeExport
            - `filter` string — Filter that selects data to be fed through this Function
            - `id` 'lake_export', required — Function ID
            - `description` string — Simple description of this step
            - `disabled` boolean — If true, data will not be pushed through this function
            - `final` boolean — If enabled, stops the results of this Function from being passed to the downstream Functions
            - `conf` FunctionConfSchemaLakeExport, required
              - …
            - `groupId` string — Group ID
          - PipelineFunctionLimit
            - `filter` string — Filter that selects data to be fed through this Function
            - `id` 'limit', required — Function ID
            - `description` string — Simple description of this step
            - `disabled` boolean — If true, data will not be pushed through this function
            - `final` boolean — If enabled, stops the results of this Function from being passed to the downstream Functions
            - `conf` FunctionConfSchemaLimit, required
              - …
            - `groupId` string — Group ID
          - PipelineFunctionLocalSearchDatatypeParser
            - `filter` string — Filter that selects data to be fed through this Function
            - `id` 'local_search_datatype_parser', required — Function ID
            - `description` string — Simple description of this step
            - `disabled` boolean — If true, data will not be pushed through this function
            - `final` boolean — If enabled, stops the results of this Function from being passed to the downstream Functions
            - `conf` FunctionConfSchemaLocalSearchDatatypeParser, required
            - `groupId` string — Group ID
          - PipelineFunctionLocalSearchRulesetRunner
            - `filter` string — Filter that selects data to be fed through this Function
            - `id` 'local_search_ruleset_runner', required — Function ID
            - `description` string — Simple description of this step
            - `disabled` boolean — If true, data will not be pushed through this function
            - `final` boolean — If enabled, stops the results of this Function from being passed to the downstream Functions
            - `conf` FunctionConfSchemaLocalSearchRulesetRunner, required
              - …
            - `groupId` string — Group ID
          - PipelineFunctionLocalSearchTransformer
            - `filter` string — Filter that selects data to be fed through this Function
            - `id` 'local_search_transformer', required — Function ID
            - `description` string — Simple description of this step
            - `disabled` boolean — If true, data will not be pushed through this function
            - `final` boolean — If enabled, stops the results of this Function from being passed to the downstream Functions
            - `conf` FunctionConfSchemaLocalSearchTransformer, required
            - `groupId` string — Group ID
          - PipelineFunctionLookup
            - `filter` string — Filter that selects data to be fed through this Function
            - `id` 'lookup', required — Function ID
            - `description` string — Simple description of this step
            - `disabled` boolean — If true, data will not be pushed through this function
            - `final` boolean — If enabled, stops the results of this Function from being passed to the downstream Functions
            - `conf` union, required
              - …
            - `groupId` string — Group ID
          - PipelineFunctionMask
            - `filter` string — Filter that selects data to be fed through this Function
            - `id` 'mask', required — Function ID
            - `description` string — Simple description of this step
            - `disabled` boolean — If true, data will not be pushed through this function
            - `final` boolean — If enabled, stops the results of this Function from being passed to the downstream Functions
            - `conf` FunctionConfSchemaMask, required
              - …
            - `groupId` string — Group ID
          - PipelineFunctionMvExpand
            - `filter` string — Filter that selects data to be fed through this Function
            - `id` 'mv_expand', required — Function ID
            - `description` string — Simple description of this step
            - `disabled` boolean — If true, data will not be pushed through this function
            - `final` boolean — If enabled, stops the results of this Function from being passed to the downstream Functions
            - `conf` FunctionConfSchemaMvExpand, required
              - …
            - `groupId` string — Group ID
          - PipelineFunctionMvPull
            - `filter` string — Filter that selects data to be fed through this Function
            - `id` 'mv_pull', required — Function ID
            - `description` string — Simple description of this step
            - `disabled` boolean — If true, data will not be pushed through this function
            - `final` boolean — If enabled, stops the results of this Function from being passed to the downstream Functions
            - `conf` FunctionConfSchemaMvPull, required
              - …
            - `groupId` string — Group ID
          - PipelineFunctionNotificationPolicies
            - `filter` string — Filter that selects data to be fed through this Function
            - `id` 'notification_policies', required — Function ID
            - `description` string — Simple description of this step
            - `disabled` boolean — If true, data will not be pushed through this function
            - `final` boolean — If enabled, stops the results of this Function from being passed to the downstream Functions
            - `conf` FunctionConfSchemaNotificationPolicies, required
              - …
            - `groupId` string — Group ID
          - PipelineFunctionNotifications
            - `filter` string — Filter that selects data to be fed through this Function
            - `id` 'notifications', required — Function ID
            - `description` string — Simple description of this step
            - `disabled` boolean — If true, data will not be pushed through this function
            - `final` boolean — If enabled, stops the results of this Function from being passed to the downstream Functions
            - `conf` FunctionConfSchemaNotifications, required
              - …
            - `groupId` string — Group ID
          - PipelineFunctionNotify
            - `filter` string — Filter that selects data to be fed through this Function
            - `id` 'notify', required — Function ID
            - `description` string — Simple description of this step
            - `disabled` boolean — If true, data will not be pushed through this function
            - `final` boolean — If enabled, stops the results of this Function from being passed to the downstream Functions
            - `conf` FunctionConfSchemaNotify, required
              - …
            - `groupId` string — Group ID
          - PipelineFunctionNumerify
            - `filter` string — Filter that selects data to be fed through this Function
            - `id` 'numerify', required — Function ID
            - `description` string — Simple description of this step
            - `disabled` boolean — If true, data will not be pushed through this function
            - `final` boolean — If enabled, stops the results of this Function from being passed to the downstream Functions
            - `conf` union, required
              - …
            - `groupId` string — Group ID
          - PipelineFunctionOtlpLogs
            - `filter` string — Filter that selects data to be fed through this Function
            - `id` 'otlp_logs', required — Function ID
            - `description` string — Simple description of this step
            - `disabled` boolean — If true, data will not be pushed through this function
            - `final` boolean — If enabled, stops the results of this Function from being passed to the downstream Functions
            - `conf` union, required
              - …
            - `groupId` string — Group ID
          - PipelineFunctionOtlpMetrics
            - `filter` string — Filter that selects data to be fed through this Function
            - `id` 'otlp_metrics', required — Function ID
            - `description` string — Simple description of this step
            - `disabled` boolean — If true, data will not be pushed through this function
            - `final` boolean — If enabled, stops the results of this Function from being passed to the downstream Functions
            - `conf` union, required
              - …
            - `groupId` string — Group ID
          - PipelineFunctionOtlpTraces
            - `filter` string — Filter that selects data to be fed through this Function
            - `id` 'otlp_traces', required — Function ID
            - `description` string — Simple description of this step
            - `disabled` boolean — If true, data will not be pushed through this function
            - `final` boolean — If enabled, stops the results of this Function from being passed to the downstream Functions
            - `conf` union, required
              - …
            - `groupId` string — Group ID
          - PipelineFunctionPack
            - `filter` string — Filter that selects data to be fed through this Function
            - `id` 'pack', required — Function ID
            - `description` string — Simple description of this step
            - `disabled` boolean — If true, data will not be pushed through this function
            - `final` boolean — If enabled, stops the results of this Function from being passed to the downstream Functions
            - `conf` FunctionConfSchemaPack, required
              - …
            - `groupId` string — Group ID
          - PipelineFunctionPivot
            - `filter` string — Filter that selects data to be fed through this Function
            - `id` 'pivot', required — Function ID
            - `description` string — Simple description of this step
            - `disabled` boolean — If true, data will not be pushed through this function
            - `final` boolean — If enabled, stops the results of this Function from being passed to the downstream Functions
            - `conf` FunctionConfSchemaPivot, required
              - …
            - `groupId` string — Group ID
          - PipelineFunctionPublishMetrics
            - `filter` string — Filter that selects data to be fed through this Function
            - `id` 'publish_metrics', required — Function ID
            - `description` string — Simple description of this step
            - `disabled` boolean — If true, data will not be pushed through this function
            - `final` boolean — If enabled, stops the results of this Function from being passed to the downstream Functions
            - `conf` FunctionConfSchemaPublishMetrics, required
              - …
            - `groupId` string — Group ID
          - PipelineFunctionRedis
            - `filter` string — Filter that selects data to be fed through this Function
            - `id` 'redis', required — Function ID
            - `description` string — Simple description of this step
            - `disabled` boolean — If true, data will not be pushed through this function
            - `final` boolean — If enabled, stops the results of this Function from being passed to the downstream Functions
            - `conf` union, required
              - …
            - `groupId` string — Group ID
          - PipelineFunctionRegexExtract
            - `filter` string — Filter that selects data to be fed through this Function
            - `id` 'regex_extract', required — Function ID
            - `description` string — Simple description of this step
            - `disabled` boolean — If true, data will not be pushed through this function
            - `final` boolean — If enabled, stops the results of this Function from being passed to the downstream Functions
            - `conf` FunctionConfSchemaRegexExtract, required
              - …
            - `groupId` string — Group ID
          - PipelineFunctionRegexFilter
            - `filter` string — Filter that selects data to be fed through this Function
            - `id` 'regex_filter', required — Function ID
            - `description` string — Simple description of this step
            - `disabled` boolean — If true, data will not be pushed through this function
            - `final` boolean — If enabled, stops the results of this Function from being passed to the downstream Functions
            - `conf` FunctionConfSchemaRegexFilter, required
              - …
            - `groupId` string — Group ID
          - PipelineFunctionRename
            - `filter` string — Filter that selects data to be fed through this Function
            - `id` 'rename', required — Function ID
            - `description` string — Simple description of this step
            - `disabled` boolean — If true, data will not be pushed through this function
            - `final` boolean — If enabled, stops the results of this Function from being passed to the downstream Functions
            - `conf` FunctionConfSchemaRename, required
              - …
            - `groupId` string — Group ID
          - PipelineFunctionRollupMetrics
            - `filter` string — Filter that selects data to be fed through this Function
            - `id` 'rollup_metrics', required — Function ID
            - `description` string — Simple description of this step
            - `disabled` boolean — If true, data will not be pushed through this function
            - `final` boolean — If enabled, stops the results of this Function from being passed to the downstream Functions
            - `conf` FunctionConfSchemaRollupMetrics, required
              - …
            - `groupId` string — Group ID
          - PipelineFunctionSampling
            - `filter` string — Filter that selects data to be fed through this Function
            - `id` 'sampling', required — Function ID
            - `description` string — Simple description of this step
            - `disabled` boolean — If true, data will not be pushed through this function
            - `final` boolean — If enabled, stops the results of this Function from being passed to the downstream Functions
            - `conf` FunctionConfSchemaSampling, required
              - …
            - `groupId` string — Group ID
          - PipelineFunctionSend
            - `filter` string — Filter that selects data to be fed through this Function
            - `id` 'send', required — Function ID
            - `description` string — Simple description of this step
            - `disabled` boolean — If true, data will not be pushed through this function
            - `final` boolean — If enabled, stops the results of this Function from being passed to the downstream Functions
            - `conf` FunctionConfSchemaSend, required
              - …
            - `groupId` string — Group ID
          - PipelineFunctionSensitiveDataScanner
            - `filter` string — Filter that selects data to be fed through this Function
            - `id` 'sensitive_data_scanner', required — Function ID
            - `description` string — Simple description of this step
            - `disabled` boolean — If true, data will not be pushed through this function
            - `final` boolean — If enabled, stops the results of this Function from being passed to the downstream Functions
            - `conf` FunctionConfSchemaSensitiveDataScanner, required
              - …
            - `groupId` string — Group ID
          - PipelineFunctionSerde
            - `filter` string — Filter that selects data to be fed through this Function
            - `id` 'serde', required — Function ID
            - `description` string — Simple description of this step
            - `disabled` boolean — If true, data will not be pushed through this function
            - `final` boolean — If enabled, stops the results of this Function from being passed to the downstream Functions
            - `conf` union, required
              - …
            - `groupId` string — Group ID
          - PipelineFunctionSerialize
            - `filter` string — Filter that selects data to be fed through this Function
            - `id` 'serialize', required — Function ID
            - `description` string — Simple description of this step
            - `disabled` boolean — If true, data will not be pushed through this function
            - `final` boolean — If enabled, stops the results of this Function from being passed to the downstream Functions
            - `conf` union, required
              - …
            - `groupId` string — Group ID
          - PipelineFunctionSidlookup
            - `filter` string — Filter that selects data to be fed through this Function
            - `id` 'sidlookup', required — Function ID
            - `description` string — Simple description of this step
            - `disabled` boolean — If true, data will not be pushed through this function
            - `final` boolean — If enabled, stops the results of this Function from being passed to the downstream Functions
            - `conf` FunctionConfSchemaSidlookup, required
              - …
            - `groupId` string — Group ID
          - PipelineFunctionSignalFilter
            - `filter` string — Filter that selects data to be fed through this Function
            - `id` 'signal_filter', required — Function ID
            - `description` string — Simple description of this step
            - `disabled` boolean — If true, data will not be pushed through this function
            - `final` boolean — If enabled, stops the results of this Function from being passed to the downstream Functions
            - `conf` FunctionConfSchemaSignalFilter, required
              - …
            - `groupId` string — Group ID
          - PipelineFunctionSnmpTrapSerialize
            - `filter` string — Filter that selects data to be fed through this Function
            - `id` 'snmp_trap_serialize', required — Function ID
            - `description` string — Simple description of this step
            - `disabled` boolean — If true, data will not be pushed through this function
            - `final` boolean — If enabled, stops the results of this Function from being passed to the downstream Functions
            - `conf` FunctionConfSchemaSnmpTrapSerialize, required
              - …
            - `groupId` string — Group ID
          - PipelineFunctionSort
            - `filter` string — Filter that selects data to be fed through this Function
            - `id` 'sort', required — Function ID
            - `description` string — Simple description of this step
            - `disabled` boolean — If true, data will not be pushed through this function
            - `final` boolean — If enabled, stops the results of this Function from being passed to the downstream Functions
            - `conf` FunctionConfSchemaSort, required
              - …
            - `groupId` string — Group ID
          - PipelineFunctionStore
            - `filter` string — Filter that selects data to be fed through this Function
            - `id` 'store', required — Function ID
            - `description` string — Simple description of this step
            - `disabled` boolean — If true, data will not be pushed through this function
            - `final` boolean — If enabled, stops the results of this Function from being passed to the downstream Functions
            - `conf` FunctionConfSchemaStore, required
              - …
            - `groupId` string — Group ID
          - PipelineFunctionSuppress
            - `filter` string — Filter that selects data to be fed through this Function
            - `id` 'suppress', required — Function ID
            - `description` string — Simple description of this step
            - `disabled` boolean — If true, data will not be pushed through this function
            - `final` boolean — If enabled, stops the results of this Function from being passed to the downstream Functions
            - `conf` FunctionConfSchemaSuppress, required
              - …
            - `groupId` string — Group ID
          - PipelineFunctionTee
            - `filter` string — Filter that selects data to be fed through this Function
            - `id` 'tee', required — Function ID
            - `description` string — Simple description of this step
            - `disabled` boolean — If true, data will not be pushed through this function
            - `final` boolean — If enabled, stops the results of this Function from being passed to the downstream Functions
            - `conf` FunctionConfSchemaTee, required
              - …
            - `groupId` string — Group ID
          - PipelineFunctionTrimTimestamp
            - `filter` string — Filter that selects data to be fed through this Function
            - `id` 'trim_timestamp', required — Function ID
            - `description` string — Simple description of this step
            - `disabled` boolean — If true, data will not be pushed through this function
            - `final` boolean — If enabled, stops the results of this Function from being passed to the downstream Functions
            - `conf` FunctionConfSchemaTrimTimestamp, required
              - …
            - `groupId` string — Group ID
          - PipelineFunctionUnion
            - `filter` string — Filter that selects data to be fed through this Function
            - `id` 'union', required — Function ID
            - `description` string — Simple description of this step
            - `disabled` boolean — If true, data will not be pushed through this function
            - `final` boolean — If enabled, stops the results of this Function from being passed to the downstream Functions
            - `conf` FunctionConfSchemaUnion, required
              - …
            - `groupId` string — Group ID
          - PipelineFunctionUnroll
            - `filter` string — Filter that selects data to be fed through this Function
            - `id` 'unroll', required — Function ID
            - `description` string — Simple description of this step
            - `disabled` boolean — If true, data will not be pushed through this function
            - `final` boolean — If enabled, stops the results of this Function from being passed to the downstream Functions
            - `conf` FunctionConfSchemaUnroll, required
              - …
            - `groupId` string — Group ID
          - PipelineFunctionWindow
            - `filter` string — Filter that selects data to be fed through this Function
            - `id` 'window', required — Function ID
            - `description` string — Simple description of this step
            - `disabled` boolean — If true, data will not be pushed through this function
            - `final` boolean — If enabled, stops the results of this Function from being passed to the downstream Functions
            - `conf` FunctionConfSchemaWindow, required
              - …
            - `groupId` string — Group ID
          - PipelineFunctionXmlUnroll
            - `filter` string — Filter that selects data to be fed through this Function
            - `id` 'xml_unroll', required — Function ID
            - `description` string — Simple description of this step
            - `disabled` boolean — If true, data will not be pushed through this function
            - `final` boolean — If enabled, stops the results of this Function from being passed to the downstream Functions
            - `conf` FunctionConfSchemaXmlUnroll, required
              - …
            - `groupId` string — Group ID
      - `groups` object

## Other responses

- `401` — Unauthorized
- `500` — Unexpected error

## Changes

- **2026-03-06** `11df16b26c1d` — 1 breaking, 14 warning, 14 info
  - added `#/components/schemas/PipelineFunctionLocalSearchTransformer` to the `items/items/conf/functions/items/` response property `oneOf` list for the response status `200`
  - removed the optional property `items/items/conf/functions/items/oneOf[#/components/schemas/PipelineFunctionLookup]/conf/allOf[#/components/schemas/FunctionConfSchemaLookup]/ignoreCase` from the response with the `200` status
  - removed the optional property `items/items/conf/functions/items/oneOf[#/components/schemas/PipelineFunctionLookup]/conf/allOf[#/components/schemas/FunctionConfSchemaLookup]/matchMode` from the response with the `200` status
  - removed the optional property `items/items/conf/functions/items/oneOf[#/components/schemas/PipelineFunctionLookup]/conf/allOf[#/components/schemas/FunctionConfSchemaLookup]/matchType` from the response with the `200` status
  - …25 more
- …earlier changes not shown

[Full history](https://skmtc.dev/criblio/apis/cribl-api-reference/changes/pipelines/get.md)

---

[API](https://skmtc.dev/criblio/apis/cribl-api-reference.md) · [All operations](https://skmtc.dev/criblio/apis/cribl-api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/criblio/cribl-api-reference/revisions/11df16b26c1d/schema)
