Request Data Export - Vulnerabilities Updated After Timestamp

POST https://{{API_URL}}/data_exports

This endpoint also takes the recordsupdatedsince parameter to support incremental exports. It will fetch all records updated since that time. This can be added to both asset and vulnerabilities and will work with an offset(β€˜-2d’) or a timestamp(2020-09-09 00:00:00 ) Note: This value is tied to lastindexedat which means that if your data was reindexed you would get the full data set in the next pull

Request Params

KeyDatatypeRequiredDescription
**Update in Body Tabstring

Request Body

{"status"=>["open"], "records_updated_since"=>"2020-12-01 00:00:00", "export_settings"=>{"format"=>"json", "model"=>"vulnerability"}}