Liveblocks

Official
by liveblocks

get-comment

Retrieve a specific comment from a Liveblocks room using the roomId, threadId, and commentId for precise content access and management.

Instructions

Get a Liveblocks comment

Input Schema

NameRequiredDescriptionDefault
commentIdYes
roomIdYes
threadIdYes

Input Schema (JSON Schema)

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