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

# Search Changed Files

Search for recently changed files.

<Note>
  External Documentation

  To learn more, visit the [Lacework documentation](https://api.lacework.net/api/v2/docs#tag/Activities/paths/~1api~1v2~1Activities~1ChangedFiles~1search/post).
</Note>

## Parameters

<div className="integrations-table">
  | Parameter  | Description                                    |
  | ---------- | ---------------------------------------------- |
  | End Time   | Query for changed files until given timestamp. |
  | Start Time | Query for changed files since given timestamp. |
</div>

## Example Output

```json theme={"dark"}
{
	"paging": {
		"rows": 5000,
		"totalRows": 654455,
		"urls": {
			"nextPage": "https://YourLacework.lacework.net/api/v2/Activities/ChangedFiles/AbcdEfgh123..."
		}
	},
	"data": [
		{
			"startTime": "2021-09-10T23:00:00Z",
			"endTime": "2021-09-11T00:00:00Z",
			"mid": 12345,
			"filePath": "/usr/bin/curl",
			"filedataHash": "d055afd3h16f11460b3549885a9u8a40f1905df1f9d83cf16gbfa8a3157c29ac",
			"mtime": "1631306708492",
			"size": 210944,
			"threatInfo": "null"
		},
		{
			"startTime": "2021-09-10T23:00:00Z",
			"endTime": "2021-09-11T00:00:00Z",
			"mid": 12345,
			"filePath": "/bin/sleep",
			"filedataHash": "ada88f7fd24bcdfdde10294c76968a335c2414ea7d43c5e3829b65cb037e90a4",
			"mtime": "1631317667570",
			"size": 0,
			"threatInfo": "null"
		}
	]
}
```

## Workflow Library Example

[Search Changed Files with Lacework and Send Results Via Email](https://library.blinkops.com/workflows/search-changed-files-with-lacework-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/search-changed-files-with-lacework-and-send-results-via-email/canvas" />
</div>
