list_records
Retrieve records from a PocketBase collection with customizable filters, sorting, pagination, and expansion for precise data access.
Instructions
List records from a PocketBase collection. Supports filtering, sorting, pagination, and expansion.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
collection | Yes | The name or ID of the PocketBase collection. | |
expand | No | PocketBase expand string (e.g., "user,tags.name"). | |
filter | No | PocketBase filter string (e.g., "status='active'"). | |
page | No | Page number (defaults to 1). | |
perPage | No | Items per page (defaults to 30, max 500). | |
sort | No | PocketBase sort string (e.g., "-created,name"). |