list_session_history
Return completed sessions from query insights history for a specified warehouse or SQL endpoint, optionally filtering by start time and limiting rows.
Instructions
Return completed sessions from queryinsights.exec_sessions_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 session_start_time. until: Optional ISO-8601 upper bound on session_start_time.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| workspace | Yes | ||
| item | Yes | ||
| limit | No | ||
| since | No | ||
| until | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |