POST /api/admin/data-scanner/results/export/
Creates a job to export data scan results to CSV. The exported file includes scan name, workspace, database, table, field, row ID, matched value, and timestamps for each result. Enterprise feature.
Servers
- /
Request headers
| Name | Type | Required | Description |
|---|---|---|---|
Content-Type |
String | Yes |
The media type of the request body.
Default value: "application/json" |
Request body fields
| Name | Type | Required | Description |
|---|---|---|---|
csv_column_separator |
String | No |
The value used to separate columns in the resulting csv file.
Valid values:
Default value: "," |
filter_scan_id |
Integer | No |
Optional: Filter results by scan ID. |
url |
String | Yes | |
export_charset |
String | No |
The character set to use when creating the export file.
Valid values:
Default value: "utf-8" |
csv_first_row_header |
Boolean | No |
Whether or not to generate a header row at the top of the csv file. Default value: true |
How to start integrating
- Add HTTP Task to your workflow definition.
- Search for the API you want to integrate with and click on the name.
- This loads the API reference documentation and prepares the Http request settings.
- Click Test request to test run your request to the API and see the API's response.