Get File Scan Status

Returns the anti-virus scan status of a file.

Authentication

AuthorizationBearer
Access token, prefixed by Bearer: Bearer &lt;token&gt;. Retrieved using <a href='https://readme.skyflow.com/reference/Authentication/OAuth2'>OAuth2</a> security scheme.

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.

Response

A successful response.
av_scan_statusenum or nullDefaults to SCAN_NONE

Anti-virus scan status of the file.

Errors