Skip to main content
POST
Preview Audit Records Import

Authorizations

Authorization
string
header
required

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

Headers

X-API-Key
string | null

Cookies

blindsight_session
string | null

Body

multipart/form-data
file
file
required

Response

Successful Response

filename
string | null
columns
string[]
record_count
integer
default:0
valid_record_count
integer
default:0
invalid_record_count
integer
default:0
base_columns
string[]
param_columns
string[]
supported_columns
string[]
unknown_columns
string[]
missing_required_columns
string[]
valid
boolean
default:false
errors
AuditImportValidationIssue · object[]
warnings
string[]