Last updated 5 months ago
This operation retrieves the list of the shared knowledge (also known as common knowlege) that the user has subscribed to. Each shared knowledge includes a list of document ids where user can access.
curl -L \ --url 'https://api.rememberizer.ai/api/v1/common_knowledge/subscribed-list/'
[ { "id": 1, "num_of_subscribers": 76, "publisher_name": "Rememberizer AI", "published_by_me": false, "subscribed_by_me": true, "size": 66741, "created": "2025-04-01T12:00:01.876Z", "modified": "2025-04-01T12:00:01.876Z", "priority_score": 2.053, "name": "Rememberizer Docs", "image_url": "https://example.com", "description": "The latest documentation and blog posts about Rememberizer.", "api_key": "text", "is_sharing": true, "memento": 159 } ]