list_request_history
Retrieve completed SQL request history from Microsoft Fabric warehouses or SQL Analytics Endpoints. Filter by workspace, item, and time range to audit past executions.
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 |