Get scan attachment file

Gets the requested scan attachment file.

Note: Scan attachments are not available if the scan results are older than 60 days. To retrieve scan data in .nessus and .csv format, use the POST /scans/{scan_id}/export endpoint.

Requires the Scan Operator [24] user role and Can View [16] scan permissions. See Roles and Permissions.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required

The unique identifier for the scan containing the attachment. This identifier can be either the scans.schedule_uuid or the scans.id attribute in the response message from the GET /scans endpoint. Tenable recommends that you use scans.schedule_uuid.

string
required

The ID of the scan attachment.

Query Params
string

The attachment access token if applicable.

Headers
string
enum
required
Defaults to application/json

The accept header to use with the request. Use application/json for most cases. Use application/octet-stream if the scan attachment file is a binary file.

Allowed:
Responses

404

Returned if Tenable Vulnerability Management cannot find the specified attachment file.

Note: Scan attachments are not available if the scan results are older than 60 days. To retrieve scan data in .nessus and .csv format, use the POST /scans/{scan_id}/export endpoint.

Language
Credentials
Header
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json
application/octet-stream
text/html