> ## Documentation Index
> Fetch the complete documentation index at: https://docs.blinkops.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Run Look

Run a `Look's` query and return the results in your selected format.

<Note>
  External Documentation

  To learn more, visit the [Google Looker documentation](https://docs.cloud.google.com/looker/docs/reference/looker-api/latest/methods/Look/run_look).
</Note>

## Basic Parameters

<div className="integrations-table">
  | Parameter            | Description                                                 |
  | -------------------- | ----------------------------------------------------------- |
  | Generate Drill Links | Select to include drill links in the output.                |
  | Image Height         | The height of the rendered image.                           |
  | Image Width          | The width of the rendered image.                            |
  | Limit                | Limit for results paging.                                   |
  | Look ID              | The identifier of the Look for which results are requested. |
  | Path Prefix          | A URL-encoded prefix to use for drill links.                |
  | Result Format        | Select the response output format.                          |
</div>

## Advanced Parameters

<div className="integrations-table">
  | Parameter                 | Description                                                             |
  | ------------------------- | ----------------------------------------------------------------------- |
  | Apply Formatting          | Select to apply model-specified formatting to each result.              |
  | Apply Vis                 | Select to apply visualization options to each result.                   |
  | Cache                     | Select to get results from cache if available.                          |
  | Cache Only                | Select to retrieve results from cache, even if they have expired.       |
  | Force Production          | Select to force the use of production models, even in development mode. |
  | Rebuild PDTS              | Select to rebuild PDTS used in the query.                               |
  | Server Table Calculations | Select to perform table calculations on the query results.              |
</div>

## Example Output

```json theme={"dark"}
No output.
```

## Workflow Library Example

[Run Look with Google Looker and Send Results Via Email](https://library.blinkops.com/workflows/run-look-with-google-looker-and-send-results-via-email)

<div className="iframe-wrapper">
  <div className="iframe-media">
    <img src="https://mintcdn.com/blinkops-2/ojHYuDeYX5FWuN8a/img/Icons/play-box.svg?fit=max&auto=format&n=ojHYuDeYX5FWuN8a&q=85&s=b8af968e71438a9499c3223c9bd29fb2" alt="Workflow Library" width="16" height="16" data-path="img/Icons/play-box.svg" />

    Preview this Workflow on desktop
  </div>

  <iframe className="iframe" src="https://library.blinkops.com/workflows/run-look-with-google-looker-and-send-results-via-email/canvas" />
</div>
