Skip to main content
GET
/
v1
/
admin
/
notifications
/
reminder-runs
List reminder runs
curl --request GET \
  --url https://{operatorDomain}/v1/admin/notifications/reminder-runs \
  --header 'Authorization: Bearer <token>'
[
  {
    "id": "nrun_01h...",
    "ruleId": "<string>",
    "status": "completed",
    "dispatchedCount": 123,
    "ranAt": "2023-11-07T05:31:56Z"
  }
]

Authorizations

Authorization
string
header
required

Staff session or API token issued by your Voyant app.

Response

200 - application/json

List of runs

id
string
Example:

"nrun_01h..."

ruleId
string | null
status
string
Example:

"completed"

dispatchedCount
integer
ranAt
string<date-time>