List Templates
List Liveblocks template rooms with optional filtering and pagination.
Requires authentication (valid JWT).
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Query Parameters
limit
Number of templates to return (1-100)
starting_after
Pagination cursor for next page
query
Filter by roomId and metadata
user_id
Filter by user access
group_ids
Comma-separated list of group IDs to filter by
Response
Successful Response
total_count
page
page_size
data

