Alerts
List Alerts
List alerts for the calling org with cursor pagination
GET
Overview
Returns alerts produced by any of the org’s watches. Alerts are immutable — there is noPATCH or batch state operation. For polling
clients, the recommended pattern is:
- Pull pages (newest first) until you encounter an
idyou’ve already processed. - Persist alert IDs in your own store as the system of record for “open work” / “acknowledged.”
portfolios:manage.
Query Parameters
Page size (1—100).
Opaque cursor from the previous response.
Filter by
normal, high, or critical.Filter by
trademark.created, trademark.updated, or trademark.status_changed.all (default) returns alerts from every evaluation epoch; current returns only alerts emitted under each watch’s current query revision.The legacy
?after= and ?after_seq= parameters are explicitly rejected
with 400. Migrate to opaque cursor pagination.Response
Always
"list".Array of
Alert objects.Whether more pages exist.
Cursor envelope.
Request identifier.