> ## 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.

# Get Activity Feed Configuration

Get the full details of an activity feed configuration by its ID.

<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-af78c5c5-30f1-6178-a5ee-fefe6c3f1286.html).
</Note>

## Parameters

<div className="integrations-table">
  | Parameter        | Description                                                                                                      |
  | ---------------- | ---------------------------------------------------------------------------------------------------------------- |
  | Configuration ID | The ID of the activity feed configuration. Can be obtained using the `List Activity Feed Configurations` action. |
</div>

## Example Output

```json theme={"dark"}
{
	"jsonapi": {
		"version": "1.0"
	},
	"meta": {
		"totalResourceCount": 1
	},
	"data": {
		"type": "activityFeed",
		"id": "8906193e-383c-4a61-9beb-b692f90e100c",
		"attributes": {
			"topic": "threatEvents",
			"clientEmailId": "test_tenant@yopmail.com",
			"configType": "s3Config",
			"enableCompressedOutput": true,
			"s3Config": {
				"s3Prefix": "username",
				"roleARN": "arn:aws:iam::0946XXXXXXXXX:role/EAF_Role_of_S3_bucket",
				"s3BucketName": "EAF_bucket",
				"awsRegion": "us-west-2"
			}
		}
	}
}
```

## Workflow Library Example

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