unread_count in the meta object. Supports filtering to unread-only.auth:api (bearer token).curl --location 'https://api-dev.commandroom.ai/api/api/notifications?per_page=15&unread_only=false' \
--header 'Authorization: Bearer {{token}}'{
"data": [
{
"id": "00000000-0000-0000-0000-000000000000",
"type": "string",
"notifiable_id": 1,
"notifiable_type": "string",
"data": {},
"read_at": "2026-01-15T10:30:00.000000Z",
"created_at": "2026-01-15T10:30:00.000000Z",
"updated_at": "2026-01-15T10:30:00.000000Z"
}
],
"meta": {
"current_page": 1,
"last_page": 1,
"per_page": 1,
"total": 10,
"unread_count": 10
}
}