Download assets chunk

Downloads a specific asset export chunk. Chunks are available for download for up to 24 hours after they have been created. Tenable Vulnerability Management returns a 404 message for expired chunks.

Note: This endpoint can be used to download asset chunks generated by either the Export assets v1 endpoint or the Export assets v2 endpoint. However, the response model differs between the two versions. The two response models are provided in the response section below.

Requires the Basic [16] user role. See Roles.

Path Params
string
required

The unique identifier (UUID) of the export request for which you want to download a chunk.

int32
required

The specific chunk number to retrieve from the export request.

Headers
string
enum
Defaults to application/json

Generated from available response content types

Allowed:
Responses

400

Returned if your request specified invalid parameters, if your request was improperly formatted, or if the assets chunk was not ready for download.

403

Returned if you do not have permission to download asset chunks.

404

Returned if Tenable Vulnerability Management could not find a chunk with the specified UUID or if the chunk with the specified UUID has expired.

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