Liveblocks

Official
by liveblocks

get-thread-subscriptions

Retrieve active subscriptions for a specific thread in a Liveblocks room to monitor interactions and updates in real-time collaboration.

Instructions

Get a Liveblocks thread's subscriptions

Input Schema

NameRequiredDescriptionDefault
roomIdYes
threadIdYes

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "roomId": { "type": "string" }, "threadId": { "type": "string" } }, "required": [ "roomId", "threadId" ], "type": "object" }
ID: x714wi36o5