v1

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

Events matched by a monitoring view

Paginated events matching the saved view's predicates. Optional free-text search further narrows the result set.

get/monitoring/v2/monitoring-views/{monitoringViewId}/events

Path parameters

monitoringViewIdstring required
Example:3ae07edf-61b6-4582-ad3b-ff48e50a7f47

Monitoring view UUID or slug-with-id-prefix

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"
        }
      ]
    }
  ]
}