Skip to main content
GET
List alerts for an address check

Authorizations

ds-api-token
string
header
required

API token passed in the request header.

Path Parameters

id
string
required

Check identifier.

Query Parameters

limit
integer | null
default:100

Maximum number of alerts to return (1-1000, default 100).

datetime_from
string | null

Lower bound for alert date, inclusive (RFC 3339).

datetime_to
string | null

Upper bound for alert date, inclusive (RFC 3339).

Response

Address check alerts.

AlertListResponse schema

data
(object | null)[]