Watches
List Watches
List watches for the calling organization, with cursor pagination
GET
Overview
Returns the calling org’s watches with opaque cursor pagination. Soft-deleted watches are excluded. Required scope:portfolios:manage.
Query Parameters
Page size (1—100).
Opaque cursor returned in the previous response.
Filter by status:
active, paused, or disabled.Response
Always
"list".Array of
Watch summaries (see Create Watch for the shape).alert_count_24h is always null on list responses — computing it per row would issue one query per watch (intolerable for large fleets). To retrieve the 24h alert count for a specific watch, call Retrieve Watch on its ID.True when more pages exist.
Request identifier.