Skip to main content
GET
/
monitoring
/
v2
/
events
/
{eventId}
Get event
curl --request GET \
  --url https://api.messari.io/monitoring/v2/events/{eventId} \
  --header 'X-Messari-API-Key: <api-key>'
{
  "error": null,
  "data": {
    "id": "cfcb4aa9-4a22-4f2a-aa9c-16009426f7c6",
    "slug": "marc-andr-dumas-joins-the-graph-council-cfcb4a",
    "title": "Marc-André Dumas Joins The Graph Council",
    "summary": "",
    "industry": "crypto",
    "developmentCount": 1,
    "documentCount": 4,
    "startedAt": "2026-04-20T18:07:34Z",
    "endedAt": "2026-04-20T18:07:34Z",
    "createdAt": "2026-04-20T18:16:08Z",
    "updatedAt": "2026-04-20T18:16:08Z",
    "intelCategories": [
      "team_and_operations"
    ],
    "intelSubcategories": [
      "personnel_change"
    ],
    "importance": "low",
    "verified": true,
    "actionable": false,
    "governance": false,
    "assets": [
      {
        "id": "fcb726c7-364f-4252-8ee8-70b0bbbd8791",
        "name": "The Graph",
        "slug": "the-graph",
        "symbol": "GRT",
        "class": "primary"
      }
    ],
    "developments": [
      {
        "id": "87bb367e-dc20-43e1-839c-d93175d885f3",
        "title": "Marc-André Dumas Joins The Graph Council",
        "summary": "The Graph Foundation has [announced](https://forum.thegraph.com/t/introducing-new-council-member-marc-andre-dumas/6919) the appointment of Marc-André Dumas to The Graph Council. Dumas is the founder of Ellipfra, a web3 and blockchain infrastructure firm, and previously served as Technical Lead at Chronicle Labs, where he developed and operated blockchain oracles for MakerDAO. He earlier held roles at MakerDAO, including Team Lead of Backend Services and Senior Integration Specialist, and led integration and engineering teams at Miranda Technologies.",
        "industry": "crypto",
        "verified": true,
        "intelCategories": [
          "team_and_operations"
        ],
        "intelSubcategories": [
          "personnel_change"
        ],
        "importance": "low",
        "actionable": false,
        "governance": false,
        "documents": [
          {
            "url": "https://forum.thegraph.com/t/introducing-new-council-member-marc-andre-dumas/6919#post_3",
            "title": "Introducing New Council Member: Marc-André Dumas"
          },
          {
            "url": "https://forum.thegraph.com/t/introducing-new-council-member-marc-andre-dumas/6919#post_2",
            "title": "Introducing New Council Member: Marc-André Dumas"
          },
          {
            "url": "https://forum.thegraph.com/t/introducing-new-council-member-marc-andre-dumas/6919",
            "title": "Introducing New Council Member: Marc-André Dumas"
          },
          {
            "url": "https://forum.thegraph.com/t/introducing-new-council-member-marc-andre-dumas/6919#post_1",
            "title": "Introducing New Council Member: Marc-André Dumas"
          }
        ],
        "startedAt": "2026-04-20T18:07:34Z",
        "endedAt": "2026-04-20T18:07:34Z",
        "createdAt": "2026-04-20T18:08:25Z",
        "updatedAt": "2026-04-20T18:08:26Z",
        "assets": [
          {
            "id": "fcb726c7-364f-4252-8ee8-70b0bbbd8791",
            "name": "The Graph",
            "slug": "the-graph",
            "symbol": "GRT",
            "class": "primary"
          }
        ]
      }
    ]
  }
}

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

eventId
string
required

Event UUID

Example:

"cfcb4aa9-4a22-4f2a-aa9c-16009426f7c6"

Response

Default response

data
object
required

Event detail with nested developments.

error
string | null