superset_recent_activity
Retrieve the current user's recent activity (views, edits) with pagination and an automatic all-records fetch option.
Instructions
Get recent activity of the current user (views, edits).
Args: page: Page number (starting from 0). page_size: Number of records per page (max 100). get_all: Fetch ALL records with automatic pagination (ignores page/page_size).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | ||
| get_all | No | ||
| page_size | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |