Skip to main content
GET

Path parameters

notification_id
string
required
The unique identifier of the notification event.

Response

id
string
required
Unique identifier for the notification event.
event_type
string
required
Event type (e.g., job.completed).
payload
object
required
Event payload data.
created_at
string
required
ISO 8601 timestamp when the event was created.
workflow_id
string
Workflow associated with this event. null for workspace-level events.
is_read
boolean
Whether the current user has marked this notification as read. Default: false.