Skip to main content
GET
/
data
/
drift-alerts
/
stats
Get drift alert statistics
curl --request GET \
  --url https://acusight.io/api/data/drift-alerts/stats \
  --header 'Authorization: Bearer <token>'
{
  "data": "<unknown>",
  "error": {
    "code": "<string>",
    "details": "<string>",
    "message": "<string>"
  },
  "meta": {
    "count": 123,
    "limit": 123,
    "offset": 123,
    "total": 123
  },
  "success": true
}

Authorizations

Authorization
string
header
required

JWT access token. Paste the token only; the Bearer prefix is added automatically.

Query Parameters

from
string

Filter from timestamp (ISO8601)

to
string

Filter to timestamp (ISO8601)

project_id
integer

Filter by project ID

Response

Drift alert statistics

data
any
error
object
meta
object
success
boolean