GET
https://api.main.apexscore.ai
/
api
/
v1
/
reports
/
{id}
/
download_dataset
curl --request GET \
  --url https://api.main.apexscore.ai/api/v1/reports/{id}/download_dataset/ \
  --header 'Authorization: Bearer <token>'

Authorizations

Authorization
string
header
required

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

Path Parameters

id
string
required

A UUID string identifying this report.

Query Parameters

mask_text_violations
boolean
default:true

Whether or not to mask text violations in the resulting CSV.

omit_columns
string
default:

Comma-separated list of column names to omit from the resulting CSV.

Response

200

No response body