Find Recent Rows
ob_find_recent_rowsRetrieve recent rows from a database table by detecting or specifying a time column, with pagination to handle large result sets safely.
Instructions
Read recent rows from an allowed table using an explicit or metadata-detected time column with safe pagination.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | ||
| table | Yes | ||
| schema | No | ||
| columns | No | ||
| profile | No | ||
| pageSize | No | ||
| timeColumn | No |