v13
latestOpenAPI 3.1.02026-08-033122950.3 KBnotifications
List notifications
List notifications for the user
get/api/notifications
Query parameters
pinteger
readStatus'all' | 'unread'
repoType'dataset' | 'model' | 'space' | 'bucket' | 'kernel'
repoNamestring
postAuthorstring
paperIdstring
articleIdstring
mention'all' | 'participating' | 'mentions'
lastUpdatestring date-time
Response
The notifications for the user
Example response
{
"notifications": [
{
"repo": {
"name": "deepseek-ai/DeepSeek-R1"
}
}
]
}