Liveblocks

Official
by liveblocks

get-rooms

Retrieve recent Liveblocks rooms with customizable filters like room ID, metadata, or user/group association, limited by specified criteria for efficient data management.

Instructions

Get recent Liveblocks rooms

Input Schema

NameRequiredDescriptionDefault
groupIdsNo
limitYes
queryNo
startingAfterNo
userIdNo

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "groupIds": { "items": { "type": "string" }, "type": "array" }, "limit": { "maximum": 100, "type": "number" }, "query": { "additionalProperties": false, "properties": { "metadata": { "additionalProperties": { "type": "string" }, "type": "object" }, "roomId": { "additionalProperties": false, "properties": { "startsWith": { "type": "string" } }, "required": [ "startsWith" ], "type": "object" } }, "type": "object" }, "startingAfter": { "type": "string" }, "userId": { "type": "string" } }, "required": [ "limit" ], "type": "object" }
ID: x714wi36o5