v1

latestOpenAPI 3.0.02026-07-26100118773.0 KB
monitoring/v2/MonitoringViews

Events across all accessible monitoring views

Deduplicated union of events matching any view the caller can see (personal + team-shared).

get/monitoring/v2/monitoring-views/all/events

Query parameters

limitinteger
Example:10

Page size, default 10. Coerced silently: values above 100 are capped to 100; values ≤ 0 (and missing/non-integer values) fall back to the default.

pageinteger
Example:1

1-indexed page (default 1)

searchstring

Free-text search (max 200 chars)

Response

Default response

errorstring nullable

Example response

{
  "data": [
    {
      "assets": [
        {
          "id": "fcb726c7-364f-4252-8ee8-70b0bbbd8791",
          "name": "The Graph",
          "slug": "the-graph",
          "symbol": "GRT",
          "class": "primary"
        }
      ]
    }
  ]
}