DocsAPI Reference
  • Data API
    • POSTGet BIN
LogoLogo
Login
Login
Data APIRecords

Get File Scan Status

GET
/v1/vaults/:vaultID/:tableName/:ID/files/:columnName/scan-status
GET
/v1/vaults/:vaultID/:tableName/:ID/files/:columnName/scan-status
1curl https://{{vault_url_identifier}}.vault.skyflowapis.com/v1/vaults/d4410ea01d83473ca09a24c6b03096d4/persons/d4410ea0-1d83-473c-a09a-24c6b03096d4/files/file/scan-status \
2 -H "Authorization: Bearer <token>"
Try it
1{
2 "av_scan_status": "SCAN_CLEAN"
3}
Returns the anti-virus scan status of a file.
Was this page helpful?
Previous

Upload File

Next
Built with
Upload File

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

ID of the vault.
Name of the table.

Access token, prefixed by Bearer: Bearer <token>. Retrieved using OAuth2 security scheme.

skyflow_id of the record.