| List Clusters | Read | List all-purpose and job compute clusters in the workspace with their state and configuration |
| List Jobs | Read | List jobs defined in the workspace, optionally filtered by name |
| Run Job Now | Write | Trigger an immediate run of an existing job, optionally overriding job parameters |
| List Job Runs | Read | List recent job runs, optionally filtered to one job or to active/completed runs |
| Cancel Job Run | Write | Cancel a job run; the cancellation happens asynchronously, so the run may still be running briefly |
| Get Job Run | Read | Get the status, timing, and task results of a job run (use the run_id returned by Run Job Now) |
| Execute SQL Statement | Write | Execute a SQL query against a SQL warehouse and return the result rows (queries; the warehouse enforces table permissions) |
| Get SQL Statement | Read | Poll the status and result of a previously submitted SQL statement, e.g. after an async or timed-out execution |
| List SQL Warehouses | Read | List SQL warehouses in the workspace to find a warehouse_id for executing SQL statements |