Skip to main content
GET
/
notifications
/
events
/
by-rule
List Events by Rule
curl --request GET \
  --url https://hub.griff.services/notifications/events/by-rule \
  --header 'Authorization: Bearer <token>'
{
  "data": [
    {
      "id": "<string>",
      "ruleId": "<string>",
      "triggerReason": "<string>",
      "channelsNotified": {},
      "deliveryStatus": {},
      "createdAt": "2023-11-07T05:31:56Z",
      "runId": "<string>"
    }
  ]
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

ruleId
string
required
integrationId
string
limit
number
Required range: 1 <= x <= 100

Response

Default Response

data
object[]
required