Skip to main content
GET
/
monitoring
/
v2
/
monitoring-views
/
{monitoringViewId}
Get monitoring view
curl --request GET \
  --url https://api.messari.io/monitoring/v2/monitoring-views/{monitoringViewId} \
  --header 'X-Messari-API-Key: <api-key>'
{
  "error": null,
  "data": {
    "id": "3ae07edf-61b6-4582-ad3b-ff48e50a7f47",
    "slug": "listing-events-3ae07edf",
    "name": "Listing Events",
    "configurationType": "simple",
    "teamShared": true,
    "isOwner": false,
    "matchCount24h": 0,
    "lastMatchAt": "2026-04-16T17:34:16Z",
    "evaluationStartAt": "2026-01-01T00:00:00Z",
    "assetIds": [],
    "assetSectors": [],
    "assetSubsectors": [],
    "assetPreTge": null,
    "verified": null,
    "actionable": null,
    "governance": null,
    "assetEcosystemNetworkIds": [],
    "intelCategories": [],
    "intelSubcategories": [
      "spot_listing",
      "delisting",
      "other_listing"
    ],
    "minimumImportance": ""
  }
}

Documentation Index

Fetch the complete documentation index at: https://docs.messari.io/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

X-Messari-API-Key
string
header
required

Path Parameters

monitoringViewId
string
required

Monitoring view UUID or slug-with-id-prefix

Example:

"3ae07edf-61b6-4582-ad3b-ff48e50a7f47"

Response

Default response

data
object
required

A saved monitoring view — a persistent filter over developments/events. configurationType is simple for filter-based views and agentic for prompt-based views.

error
string | null