{ "opencollection": "1.0.0", "info": { "name": "VirusTotal API v3 - Access Control Access Control - Group Management Private Scanning - Analyses API", "version": "3.0" }, "request": { "auth": { "type": "apikey", "key": "x-apikey", "value": "{{x-apikey}}", "placement": "header" } }, "items": [ { "info": { "name": "Private Scanning - Analyses", "type": "folder" }, "items": [ { "info": { "name": "VirusTotal List Private Analyses", "type": "http" }, "http": { "method": "GET", "url": "https://www.virustotal.com/api/v3/private/analyses", "params": [ { "name": "limit", "value": "", "type": "query", "description": "Maximum number of files to retrieve (40 max)" }, { "name": "cursor", "value": "", "type": "query", "description": "Continuation cursor" }, { "name": "order", "value": "", "type": "query", "description": "Sorting order" } ], "auth": { "type": "apikey", "key": "x-apikey", "value": "{{x-apikey}}", "placement": "header" } }, "docs": "> 🚧 Special privileges required\n> \n> Private Scanning endpoints are only available to users with [Private Scanning license](https://www.virustotal.com/gui/private-scanning-overview).\n\nReturns a list of the last [private analyses](https://gtidocs.virustotal.com/reference/private-analyses-object). The analyses are sorted by most recent first. You can use `?order=date-` to reverse the order.\n\n```json /api/v3/private/analyses\n{\n \"meta\": {\n \"cursor\": ,\n \"count\": \n },\n \"data\": {" }, { "info": { "name": "VirusTotal Get a Private Analysis", "type": "http" }, "http": { "method": "GET", "url": "https://www.virustotal.com/api/v3/private/analyses/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Analysis identifier" } ], "auth": { "type": "apikey", "key": "x-apikey", "value": "{{x-apikey}}", "placement": "header" } }, "docs": "> 🚧 Special privileges required\n> \n> Private Scanning endpoints are only available to users with [Private Scanning license](https://www.virustotal.com/gui/private-scanning-overview).\n\nWith this endpoint you can check the status of a private file analysis. It expects the analysis ID returned by the [POST /private/files](https://gtidocs.virustotal.com/reference/upload-file-private-scanning) endpoint, and will return a private analysis object with information about the analysis.\n\n```json Example r" }, { "info": { "name": "VirusTotal Get Object Descriptors Related to a Private Analysis", "type": "http" }, "http": { "method": "GET", "url": "https://www.virustotal.com/api/v3/private/analyses/:id/relationships/:relationship", "params": [ { "name": "id", "value": "", "type": "path", "description": "Analysis identifier" }, { "name": "relationship", "value": "", "type": "path", "description": "Relationship name (see [table](ref:private-analyses-object#relationships))" } ], "auth": { "type": "apikey", "key": "x-apikey", "value": "{{x-apikey}}", "placement": "header" } }, "docs": "> 🚧 Special privileges required\n> \n> Private Scanning endpoints are only available to users with [Private Scanning license](https://www.virustotal.com/gui/private-scanning-overview).\n\nThis endpoint is the same as [/private/analyses/{id}/{relationship}](https://gtidocs.virustotal.com/reference/analysesidrelationship) except it returns just the related object's IDs (and context attributes, if any) instead of returning all attributes.\n" }, { "info": { "name": "VirusTotal Get Objects Related to a Private Analysis", "type": "http" }, "http": { "method": "GET", "url": "https://www.virustotal.com/api/v3/private/analyses/:id/:relationship", "params": [ { "name": "id", "value": "", "type": "path", "description": "Analysis identifier" }, { "name": "relationship", "value": "", "type": "path", "description": "Relationship name (see [table](ref:private-analyses-object#relationships))" } ], "auth": { "type": "apikey", "key": "x-apikey", "value": "{{x-apikey}}", "placement": "header" } }, "docs": "> 🚧 Special privileges required\n> \n> Private Scanning endpoints are only available to users with [Private Scanning license](https://www.virustotal.com/gui/private-scanning-overview).\n\nAs mentioned in the [Relationships](https://gtidocs.virustotal.com/reference/relationships) section, those related objects can be retrieved by sending `GET` requests to the relationship URL. \n\nAvailable relationships are described in the [private analysis](https://gtidocs.virustotal.com/reference/private-analyses-" } ] } ], "bundled": true }