query_url
Generate a Looker Explore URL with pre-populated query parameters to directly open the Explore UI.
Instructions
Generate a URL to a Looker Explore with pre-populated query parameters. The URL opens the Explore UI in Looker.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| model | Yes | LookML model name | |
| view | Yes | Explore/view name | |
| fields | Yes | Fields to select | |
| filters | No | Filter expressions | |
| sorts | No | Sort expressions | |
| dev_mode | No | Generate the URL against dev-workspace LookML. Implied when ``branch`` is set. | |
| branch | No | Project branch to atomically swap to for this call. Requires project_id. | |
| project_id | No | LookML project ID — required with ``branch`` | |
| act_as_user | No | Optional Looker user ID or email to impersonate for this call. Use to operate on another user's dev workspace (Looker dev mode is per-user-isolated) or to run as a dedicated CI service user. Requires sudo capability on the configured admin credentials. When omitted, the call uses the configured or gateway-provided identity. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |