Get full record list
get_full_record_listFetch all records matching a filter with automatic pagination, ideal for exports or small to medium collections. Use paginated listing for large datasets to avoid oversized responses.
Instructions
Fetch ALL records matching a filter, auto-paginating in batches. Use for exports or small/medium collections. Prefer list_records with pagination for large datasets to avoid huge responses.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sort | No | Sort expression. | |
| batch | No | Records per underlying request (default 200). | |
| expand | No | Comma-separated relations to expand. | |
| fields | No | Comma-separated fields to return. | |
| filter | No | PocketBase filter expression. | |
| collection | Yes | Collection id or name. |