Get File Scan Status

Returns the anti-virus scan status of a file.

Path parameters

vaultIDstringRequired
ID of the vault.
tableNamestringRequired
Name of the table.
IDstringRequired

skyflow_id of the record.

columnNamestringRequired
Name of the column that contains the file.

Headers

AuthorizationstringRequired

Bearer authentication of the form Bearer <token>, where token is your auth token.

Response

A successful response.
av_scan_statusenum or nullDefaults to SCAN_NONE

Anti-virus scan status of the file.

Errors