© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
NovuN
Novu•11mo ago•
13 replies
Grimsby

Topics missing from subscriber info?

I've been testing Novu Cloud, but I experience something strange:

https://eu.api.novu.co/v1/topics
{
    "page": 0,
    "totalCount": 3,
    "pageSize": 10,
    "data": [
        {
            "_id": "...",
            "_environmentId": "...",
            "_organizationId": "...",
            "key": "iot.12721328-2606-4c49-b761-d222107a9d2f",
            "name": "Autogenerated-iot.12721328-2606-4c49-b761-d222107a9d2f",
            "subscribers": [
                "user-1"
            ]
        },
        {
            "_id": "...",
            "_environmentId": "...",
            "_organizationId": "...",
            "key": "iot.1a4d4d34-c7ce-4e8f-8377-c00bfaa790f9",
            "name": "iot.1a4d4d34-c7ce-4e8f-8377-c00bfaa790f9",
            "subscribers": [
                "user-1"
            ]
        },
        {
            "_id": "...",
            "_environmentId": "...",
            "_organizationId": "...",
            "key": "test",
            "name": "Autogenerated-test",
            "subscribers": [
                "user-1"
            ]
        }
    ]
}
{
    "page": 0,
    "totalCount": 3,
    "pageSize": 10,
    "data": [
        {
            "_id": "...",
            "_environmentId": "...",
            "_organizationId": "...",
            "key": "iot.12721328-2606-4c49-b761-d222107a9d2f",
            "name": "Autogenerated-iot.12721328-2606-4c49-b761-d222107a9d2f",
            "subscribers": [
                "user-1"
            ]
        },
        {
            "_id": "...",
            "_environmentId": "...",
            "_organizationId": "...",
            "key": "iot.1a4d4d34-c7ce-4e8f-8377-c00bfaa790f9",
            "name": "iot.1a4d4d34-c7ce-4e8f-8377-c00bfaa790f9",
            "subscribers": [
                "user-1"
            ]
        },
        {
            "_id": "...",
            "_environmentId": "...",
            "_organizationId": "...",
            "key": "test",
            "name": "Autogenerated-test",
            "subscribers": [
                "user-1"
            ]
        }
    ]
}


https://eu.api.novu.co/v2/subscribers/user-1
{
    "data": {
        "_id": "...",
        "subscriberId": "user-1",
        "createdAt": "2025-04-08T10:54:21.637Z",
        "updatedAt": "2025-04-09T05:56:30.976Z",
        "_environmentId": "...",
        "_organizationId": "...",
        "deleted": false,
        "lastOnlineAt": "2025-04-09T05:56:29.951Z",
        "isOnline": true,
        "channels": []
    }
}
{
    "data": {
        "_id": "...",
        "subscriberId": "user-1",
        "createdAt": "2025-04-08T10:54:21.637Z",
        "updatedAt": "2025-04-09T05:56:30.976Z",
        "_environmentId": "...",
        "_organizationId": "...",
        "deleted": false,
        "lastOnlineAt": "2025-04-09T05:56:29.951Z",
        "isOnline": true,
        "channels": []
    }
}


Shouldn't subscriber retrieve give me a list of topics the subscriber is subscribed to?
Novu banner
NovuJoin
Open Source Notification Infrastructure Community by Novu
4,169Members
Resources
Was this page helpful?

Similar Threads

Recent Announcements

Similar Threads

Transactional support for Multiple topics removal from a subscriber missing
NovuNNovu / 💬│support
3y ago
Subscriber missing recipient details
NovuNNovu / 💬│support
3y ago
api documentation is missing topics
NovuNNovu / 💬│support
4y ago
fetch subscriber info before in-app trigger
NovuNNovu / 💬│support
3y ago