Liveblocks

Official
by liveblocks

get-threads

Retrieve recent Liveblocks threads by room ID and filter by status or metadata. Use to manage and analyze collaborative thread data efficiently.

Instructions

Get recent Liveblocks threads

Input Schema

NameRequiredDescriptionDefault
queryNo
roomIdYes

Input Schema (JSON Schema)

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