Retrieve information about a scan by the specified scan ID.

Parameters

ParameterDescription
Scan IDThe ID of the scan. You can get the submission ID using the List Submissions action.

Example Output

{
	"data": {
		"submission_id": "<string>",
		"name": "<string>",
		"time": "2023-02-22T19:30:09+01:00",
		"status": "<string>",
		"analyses": [
			{
				"webid": "<string>",
				"original_filename": "<string>",
				"time": "2023-02-22T19:30:13+01:00",
				"runs": [
					{
						"detection": "<string>",
						"error": "<string>",
						"system": "<string>",
						"yara": false,
						"sigma": false,
						"suricata": false,
						"score": 0
					},
					{
						"detection": "<string>",
						"error": "<string>",
						"system": "<string>",
						"yara": false,
						"sigma": false,
						"suricata": false,
						"score": 2
					}
				],
				"tags": [],
				"encrypted": false,
				"analysisid": "<string>",
				"duration": 385,
				"md5": "<string>",
				"sha1": "<string>",
				"sha256": "<string>",
				"filename": "<string>",
				"scriptname": "<string>",
				"status": "<string>",
				"comments": "<string>",
				"classification": "<string>",
				"threatname": "<string>",
				"score": 1,
				"detection": "<string>",
				"has_malwareconfig": false
			}
		],
		"most_relevant_analysis": {
			"webid": "<string>",
			"detection": "<string>",
			"score": 1
		}
	}
}

Workflow Library Example

Retrieve Scan Information with Joe Sandbox and Send Results Via Email

Preview this Workflow on desktop