v1

latestOpenAPI 3.0.02026-07-142351,1971.3 MB
Events

Get an event

This endpoint allows you to query for event details.

Note: If the event you’re querying contains markdown formatting of any kind, you may see characters such as %,\,n in your output.

get/api/v1/events/{event_id}

Path parameters

event_idinteger required

The ID of the event.

Response

OK

statusstring

A status.

Example response

{
  "event": {
    "alert_type": "info",
    "payload": "{}",
    "priority": "normal",
    "tags": [
      "environment:test"
    ],
    "text": "Oh boy!",
    "title": "Did you hear the news today?"
  }
}