---
title: "Data Export Rule Details"
method: GET
path: "/api/v2/DataExportRules/{mcGuid}"
tags: ["DataExportRules"]
---

# Data Export Rule Details

`GET /api/v2/DataExportRules/{mcGuid}`

Get details about a data export rule by invoking the following endpoint:

 `GET https://YourAccount.lacework.net/api/v2/DataExportRules/{mcGuid}`

 Replace `{mcGuid}` with the `mcGuid` value returned for a data export rule in the response when the `GET /api/v2/DataExportRules` endpoint is invoked.

## Path parameters

- `mcGuid` string, required

## Headers

- `Authorization` string, required
- `Content-Type` string, required
- `Org-Access` boolean
- `Account-Name` string

## Response `200`

No Error

- object
  - `data` DataExportRulesResponseSchema
    - `filters` object, required — When sending a request, use this object to define the new data export rule. When included in a response, this object contains details of a data export rule. <br /> You can use these attributes when searching for existing data export rules by invoking a POST request.
      - `name` string, required — The data export rule's name.
      - `description` string — Summary of the data export rule.
      - `enabled` unknown, required
      - `profileVersions` string[] — A list of profile versions.
    - `intgGuidList` string[], required — The alert channels for the rule to use.
    - `type` 'Dataexport', required — The data export rule's type such as `Dataexport`.
    - `mcGuid` string — Data Export Rule ID

## Other responses

- `4XX` — Client Error
- `5XX` — Internal Server Error

---

[API](https://skmtc.net/lacework/apis/forticnapp-api-2-0-documentation.md) · [All operations](https://skmtc.net/lacework/apis/forticnapp-api-2-0-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/lacework/forticnapp-api-2-0-documentation/versions/7015f76895f2/schema)
