List collections
list_collectionsRetrieve PocketBase collections with pagination, filtering, and sorting. Use expressions like 'type = "auth"' to filter by collection type and include system schemas.
Instructions
List collections (database tables / schemas) with pagination, filtering and sorting. Includes system collections such as _superusers, _authOrigins, etc. Filter example: 'type = "auth"'. Sort example: '-created'.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number (default 1). | |
| sort | No | Sort expression, e.g. '-created,name'. | |
| fields | No | Comma-separated list of fields to return. | |
| filter | No | PocketBase filter expression, e.g. 'type = "base"'. | |
| perPage | No | Items per page (default 100). |