Get File Scan Status
Returns the anti-virus scan status of a file.
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Path parameters
vaultID
ID of the vault.
tableName
Name of the table.
ID
skyflow_id of the record.
columnName
Name of the column that contains the file.
Response
A successful response.
av_scan_status
Anti-virus scan status of the file.
Errors
400
Bad Request Error
401
Unauthorized Error
404
Not Found Error
500
Internal Server Error