Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/appwrite/src/services/databases.ts>Databases#listCollections

[READ-ONLY] Official Appwrite Deno SDK 🦕
Go to Latest
method Databases.prototype.listCollections
import { Databases } from "https://deno.land/x/appwrite@6.2.0/src/services/databases.ts";

List Collections

Get a list of all collections that belong to the provided databaseId. You can use the search parameter to filter your results.

Parameters

databaseId: string
optional
queries: string[]

Returns

Promise<Models.CollectionList>