> ## Documentation Index
> Fetch the complete documentation index at: https://docs.blinkops.com/llms.txt
> Use this file to discover all available pages before exploring further.

# List Outputs

Retrieve a list of all outputs.

<Note>
  External Documentation

  To learn more, visit the [Cribl documentation](https://docs.cribl.io/api-reference/).
</Note>

## Parameters

<div className="integrations-table">
  | Parameter                  | Description                                                                                                              |
  | -------------------------- | ------------------------------------------------------------------------------------------------------------------------ |
  | Worker Group Or Fleet Name | The name of the parent Worker Group or Fleet.<br /><br />Worker Group is used in `Stream` while Fleet is used in `Edge`. |
</div>

## Example Output

```json theme={"dark"}
{
	"count": 1,
	"items": [
		{
			"id": "string",
			"type": "webhook",
			"pipeline": "string",
			"systemFields": [
				"cribl_pipe"
			],
			"environment": "string",
			"streamtags": [],
			"method": "POST",
			"format": "ndjson",
			"keepAlive": true,
			"concurrency": 5,
			"maxPayloadSizeKB": 4096,
			"maxPayloadEvents": 0,
			"compress": true,
			"rejectUnauthorized": true,
			"timeoutSec": 30,
			"flushPeriodSec": 1,
			"extraHttpHeaders": [
				{
					"name": "string",
					"value": "string"
				}
			],
			"useRoundRobinDns": false,
			"failedRequestLoggingMode": "none",
			"safeHeaders": [],
			"responseRetrySettings": [],
			"timeoutRetrySettings": {
				"timeoutRetry": false,
				"initialBackoff": 1000,
				"backoffRate": 2,
				"maxBackoff": 10000
			},
			"responseHonorRetryAfterHeader": false,
			"onBackpressure": "block",
			"authType": "none",
			"tls": {
				"disabled": true,
				"servername": "string",
				"certificateName": "string",
				"caPath": "string",
				"privKeyPath": "string",
				"certPath": "string",
				"passphrase": "string",
				"minVersion": "TLSv1",
				"maxVersion": "TLSv1"
			},
			"loadBalanced": true,
			"customSourceExpression": "__httpOut",
			"customDropWhenNull": false,
			"customEventDelimiter": "\\n",
			"customContentType": "application/x-ndjson",
			"customPayloadExpression": "`${events}`",
			"pqMaxFileSize": "1 MB",
			"pqMaxSize": "5GB",
			"pqPath": "$CRIBL_HOME/state/queues",
			"pqCompress": "none",
			"pqOnBackpressure": "block",
			"pqStrictOrdering": true,
			"pqControls": {},
			"username": "string",
			"password": "string",
			"token": "string",
			"credentialsSecret": "string",
			"textSecret": "string",
			"loginUrl": "string",
			"secretParamName": "string",
			"secret": "string",
			"tokenAttributeName": "string",
			"spacer": "Unknown Type: null",
			"authHeaderExpr": "`Bearer ${token}`",
			"tokenTimeoutSecs": 3600,
			"oauthParams": [
				{
					"name": "string",
					"value": "string"
				}
			],
			"oauthHeaders": [
				{
					"name": "string",
					"value": "string"
				}
			],
			"url": "string",
			"excludeSelf": false,
			"urls": [
				{
					"url": "string",
					"weight": 1
				}
			],
			"dnsResolvePeriodSec": 600,
			"loadBalanceStatsPeriodSec": 300
		}
	]
}
```

## Workflow Library Example

[List Outputs with Cribl and Send Results Via Email](https://library.blinkops.com/workflows/list-outputs-with-cribl-and-send-results-via-email)

<div className="iframe-wrapper">
  <div className="iframe-media">
    <img src="https://mintcdn.com/blinkops-2/ojHYuDeYX5FWuN8a/img/Icons/play-box.svg?fit=max&auto=format&n=ojHYuDeYX5FWuN8a&q=85&s=b8af968e71438a9499c3223c9bd29fb2" alt="Workflow Library" width="16" height="16" data-path="img/Icons/play-box.svg" />

    Preview this Workflow on desktop
  </div>

  <iframe className="iframe" src="https://library.blinkops.com/workflows/list-outputs-with-cribl-and-send-results-via-email/canvas" />
</div>
