Get assets export status

GET {{baseUrl}}/assets/export/:export_uuid/status

Returns the status of an assets export request. Tenable.io processes the chunks in parallel, so the chunks may not complete in order.

Requires ADMINISTRATOR [64] user permissions. See Permissions.

RESPONSES

status: OK

{"status":"FINISHED","chunks_available":[1,2,3,4]}