> ## 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 Activity Feed Configurations

Retrieve a list of the activity feed configurations.

<Note>
  External Documentation

  To learn more, visit the [Trellix EDR documentation](https://docs.trellix.com/bundle/mvision-endpoint-detection-and-response-product-guide/page/UUID-cd3a94a5-be9b-5458-85e5-0be3391f6e32.html).
</Note>

## Example Output

```json theme={"dark"}
{
	"jsonapi": {
		"version": "1.0"
	},
	"meta": {
		"totalResourceCount": 10
	},
	"data": [
		{
			"id": "ce5cdfff-7818-455a-bc60-841be3513f4a",
			"type": "activityFeed",
			"attributes": {
				"topic": "threatEvents",
				"clientEmailId": "example@gmail.com",
				"configType": "s3Config",
				"enableCompressedOutput": "true",
				"s3Config": {
					"s3Prefix": "/prefix",
					"roleARN": "arn:aws:iam::91574147XXX:role/EAF_S3CrossAccountAccess",
					"s3BucketName": "example-bucket",
					"awsRegion": "us-west-2"
				}
			}
		}
	]
}
```

## Workflow Library Example

[List Activity Feed Configurations with Trellix Edr and Send Results Via Email](https://library.blinkops.com/workflows/list-activity-feed-configurations-with-trellix-edr-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-activity-feed-configurations-with-trellix-edr-and-send-results-via-email/canvas" />
</div>
