Liveblocks

Official
by liveblocks

get-thread

Retrieve a specific thread from a Liveblocks room using the room ID and thread ID for collaborative or real-time context.

Instructions

Get a Liveblocks thread

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