Skip to main content
GET
/
api
/
v1
/
notifications
/
unread-count
curl --request GET \
  --url "${UNSTRUCTURED_API_URL}/api/v1/notifications/unread-count" \
  --header "unstructured-api-key: ${UNSTRUCTURED_API_KEY}"
{
  "unread_count": 5
}

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

workflow_id
string
Filter unread count to a specific workflow.

Response

unread_count
integer
required
Number of unread notification events.
curl --request GET \
  --url "${UNSTRUCTURED_API_URL}/api/v1/notifications/unread-count" \
  --header "unstructured-api-key: ${UNSTRUCTURED_API_KEY}"
{
  "unread_count": 5
}