v13

latestOpenAPI 3.1.02026-08-033122950.3 KB
notifications

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

startnumber required

Example response

{
  "notifications": [
    {
      "repo": {
        "name": "deepseek-ai/DeepSeek-R1"
      }
    }
  ]
}
All 312 operations