list_records
Retrieve records from a PocketBase collection using filters, sorting, and pagination to query and manage database data.
Instructions
List records from a collection with optional filters
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| collection | Yes | Collection name | |
| filter | No | Filter query | |
| sort | No | Sort field and direction | |
| page | No | Page number | |
| perPage | No | Items per page |