Skip to main content
GET
/
api
/
datasets
/
{dataset_id}
/
bias
Get Dataset Bias Analysis
curl --request GET \
  --url https://api.example.com/api/datasets/{dataset_id}/bias \
  --header 'Authorization: Bearer <token>'
{}

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

Path Parameters

dataset_id
string
required

Query Parameters

scan_id
string | null

Cookies

antidote_session
string | null

Response

Successful Response

The response is of type Response Get Dataset Bias Analysis Api Datasets Dataset Id Bias Get · object.