Notification
Mark notifications read
Mark notification events as read for the current user.
POST
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:
- If you specify
notification_idsonly, it will mark all notifications with the specified IDs as read. - If you specify
beforeonly, it will mark all notifications created in the workspace before the specified timestamp as read. - If you specify
mark_allonly, it will mark at the time of the API call all existing notifications in the workspace as read. - If you specify
workflow_idandbefore, it will mark all notifications created before the specified timestamp for the specified workflow as read. - If you specify
workflow_idandmark_all, it will mark at the time of the API call all existing notifications associated with the specified workflow as read.
Body
Specific notification IDs to mark as read. Maximum 100 UUIDs.
Mark all notifications created before this ISO 8601 timestamp (in format
YYYY-MM-DDTHH:MM:SSZ) as read.If
true, mark all unread notifications as read. Default: false.Scope the operation to a specific workflow. Only valid when used with
before or mark_all.Response
Number of notifications newly marked as read.

