Notification
List notifications
List notification events for the authenticated user, ordered by creation date with cursor-based pagination.
GET
Documentation Index
Fetch the complete documentation index at: https://docs.unstructured.io/llms.txt
Use this file to discover all available pages before exploring further.
Query parameters
Filter by workflow ID.
Comma-separated list of event types to filter by (e.g.,
job.completed,job.failed).Return events created after this ISO 8601 timestamp.
Maximum number of events to return. Must be between 1 and 100. Default:
50.Pagination cursor from a previous response.
If
true, return only unread events for the current user. Default: false.Response
List of notification event objects.
Cursor for the next page of results.
null if no further pages exist.
