> ## 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 Analysis History

Get your full analysis history.

<Note>
  External Documentation

  To learn more, visit the [Any Run documentation](https://any.run/api-documentation/#api-Analysis-GetHistory).
</Note>

## Parameters

<div className="integrations-table">
  | Parameter | Description                                                           |
  | --------- | --------------------------------------------------------------------- |
  | Limit     | Limit the number of analyses returned in the response. 25 as default. |
  | Offset    | Number of the results to initially skip.                              |
</div>

## Example Output

```json theme={"dark"}
{
	"error": false,
	"data": {
		"tasks": [
			{
				"verdict": "No threats detected",
				"name": "uploadme.doc",
				"related": "https://app.any.run/tasks/4523d971-7ba0-40f6-ade2-64d219e8a060",
				"pcap": "https://content.any.run/tasks/4523d971-7ba0-40f6-ade2-64d219e8a060/download/pcap",
				"file": "https://content.any.run/tasks/4523d971-7ba0-40f6-ade2-64d219e8a060/download/files/92de5922-0910-4411-8006-01a06f48381a",
				"json": "https://api.any.run/report/4523d971-7ba0-40f6-ade2-64d219e8a060/summary/json",
				"misp": "https://api.any.run/report/4523d971-7ba0-40f6-ade2-64d219e8a060/summary/misp",
				"tags": [
					"macros",
					"macros-on-open"
				],
				"date": "2021-02-16T03:19:08.593Z",
				"hashes": {
					"ssdeep": "12288:YBbHTOsVda4OVI9KszGGntQWf/27hG+WG:EbHTzd9KEYWf/27hG+WG",
					"head_hash": "d15a1082b4738fa8470baf1cbac34922",
					"sha256": "334efd5f76ab25639c505c7d382cb7a95e149e3ce13fbce4577a4faf6807eaa6",
					"sha1": "63a15225cc71c9873a782d8c5386680948adef94",
					"md5": "74f95849d8e2d98f204a89d8926bc976"
				}
			}
		]
	}
}
```

## Workflow Library Example

[Get Analysis History with Any Run and Send Results Via Email](https://library.blinkops.com/workflows/get-analysis-history-with-any-run-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-analysis-history-with-any-run-and-send-results-via-email/canvas" />
</div>
