Notifications
Retrieve an event
Retrieve an event by its unique key identifier notificationId. Here notificationId is of mongodbId type. This API returns the event details - execution logs, status, actual notification (message) generated by each workflow step.
get/v1/notifications/{notificationId}
Path parameters
notificationIdstring required
Headers
idempotency-keystring
A header for idempotency purposes
Response
OK
Example response
{
"jobs": [
{
"overrides": {
"workflowId": "some_wf_id",
"stepId": "some_wf_id"
}
}
]
}