External DocumentationTo learn more, visit the Any Run documentation.
Actions
Get Analysis History
Get your full analysis history.

Preview this Workflow on desktop
Was this page helpful?
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
| Parameter | Description |
|---|---|
| Limit | Limit the number of analyses returned in the response. 25 as default. |
| Offset | Number of the results to initially skip. |
{
"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"
}
}
]
}
}
Was this page helpful?