list_logs
Retrieve and manage PocketBase API request logs with filtering, sorting, and pagination options for efficient log analysis.
Instructions
List API request logs from PocketBase with filtering, sorting, and pagination.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
filter | No | PocketBase filter string (e.g., "method='GET'"). | |
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,url"). |