Skip to main content
GET
Get Dataset Drift

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

Cookies

blindsight_session
string | null

Response

Successful Response

dataset_id
string
required
updated_at
string | null
current_snapshot
DataDriftSnapshot · object | null
previous_snapshot
DataDriftSnapshot · object | null
metrics
DataDriftMetrics · object | null
history
DataDriftEvent · object[]