Mark notification events as read for the current user.
Provide exactly one ofDocumentation Index
Fetch the complete documentation index at: https://docs.unstructured.io/llms.txt
Use this file to discover all available pages before exploring further.
notification_ids, before, or mark_all. workflow_id is only valid when used with before or mark_all.
This results in the following behaviors:
notification_ids only, it will mark all notifications with the specified IDs as read.before only, it will mark all notifications created in the workspace before the specified timestamp as read.mark_all only, it will mark at the time of the API call all existing notifications in the workspace as read.workflow_id and before, it will mark all notifications created before the specified timestamp for the specified workflow as read.workflow_id and mark_all, it will mark at the time of the API call all existing notifications associated with the specified workflow as read.YYYY-MM-DDTHH:MM:SSZ) as read.true, mark all unread notifications as read. Default: false.before or mark_all.