operator-alerts

List operator alerts

Returns operator alerts filtered by operator_id, status, and ordering.

get/api/operator-alerts

Query parameters

operator_idstring nullable
statusstring nullable
orderingstring nullable

Response

Successful Response

idstring uuid nullable

Alert UUID

operator_idstring uuid nullable

Operator UUID

created_atstring date-time nullable

Creation timestamp

updated_atstring date-time nullable

Last update timestamp

statusstring nullable

Alert status

typestring nullable

Alert type

titlestring nullable

Alert title

descriptionstring nullable

Alert description

closed_atstring date-time nullable

Close timestamp

duration_hoursinteger nullable

Alert duration in hours

is_blockingboolean

Whether this alert can block portal access once its grace period elapses

is_currently_blockingboolean required

Whether this alert is blocking access right now (grace period considered)

Changes