To learn more, visit the Any Run documentation.

Parameters

ParameterDescription
LimitLimit the number of analyses returned in the response. 25 as default.
OffsetNumber of the results to initially skip.

Example Output

{    "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

Preview this Workflow on desktop