list_request_history
Retrieve completed SQL requests from query history for a specified workspace and warehouse or SQL Analytics Endpoint, with optional time range and limit filters.
Instructions
Return completed SQL requests from queryinsights.exec_requests_history.
Args: workspace: Workspace name or GUID. item: Warehouse or SQL Analytics Endpoint name or GUID. limit: Maximum rows to return (1-10000, default 100). since: Optional ISO-8601 lower bound on submit_time. until: Optional ISO-8601 upper bound on submit_time.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| item | Yes | ||
| limit | No | ||
| since | No | ||
| until | No | ||
| workspace | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |