N
Novu3w ago
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?
7 Replies
Pawan Jain
Pawan Jain3w ago
@Grimsby there is small bug in v2 subscribers api. topics list is not returned in response
Grimsby
GrimsbyOP3w ago
Thanks, Are there a issue I can follow ?
Pawan Jain
Pawan Jain3w ago
currently it is tracked internally i will share the public gh issue link
Grimsby
GrimsbyOP2w ago
Is there an ETA on a fix?
Pawan Jain
Pawan Jain2w ago
@Grimsby It will be fixed End of this week
Grimsby
GrimsbyOP5h ago
Any updates?
Novu_Bot
Novu_Bot5h ago
@Grimsby, you just advanced to level 1!

Did you find this page helpful?