> ## 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.

# List Looks

Get information about all active `Looks`.

<Note>
  External Documentation

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

## Parameters

<div className="integrations-table">
  | Parameter | Description                                                  |
  | --------- | ------------------------------------------------------------ |
  | Fields    | A comma-separated list of fields to include in the response. |
</div>

## Example Output

```json theme={"dark"}
[
	{
		"can": {
			"additionalProp1": true,
			"additionalProp2": true,
			"additionalProp3": true
		},
		"content_metadata_id": "string",
		"id": "string",
		"title": "string",
		"user_id": "string",
		"content_favorite_id": "string",
		"created_at": "2026-01-14T10:37:54.034Z",
		"deleted": true,
		"deleted_at": "2026-01-14T10:37:54.034Z",
		"deleter_id": "string",
		"description": "string",
		"embed_url": "string",
		"excel_file_url": "string",
		"favorite_count": 0,
		"google_spreadsheet_formula": "string",
		"image_embed_url": "string",
		"is_run_on_load": true,
		"last_accessed_at": "2026-01-14T10:37:54.034Z",
		"last_updater_id": "string",
		"last_viewed_at": "2026-01-14T10:37:54.034Z",
		"model": {
			"id": "string",
			"label": "string"
		},
		"public": true,
		"public_slug": "string",
		"public_url": "string",
		"query_id": "string",
		"short_url": "string",
		"folder": {
			"name": "string",
			"parent_id": "string",
			"id": "string",
			"content_metadata_id": "string",
			"created_at": "2026-01-14T10:37:54.034Z",
			"creator_id": "string",
			"child_count": 0,
			"external_id": "string",
			"is_embed": true,
			"is_embed_shared_root": true,
			"is_embed_users_root": true,
			"is_personal": true,
			"is_personal_descendant": true,
			"is_shared_root": true,
			"is_users_root": true,
			"can": {
				"additionalProp1": true,
				"additionalProp2": true,
				"additionalProp3": true
			}
		},
		"folder_id": "string",
		"updated_at": "2026-01-14T10:37:54.034Z",
		"view_count": 0
	}
]
```

## Workflow Library Example

[List Looks with Google Looker and Send Results Via Email](https://library.blinkops.com/workflows/list-looks-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/list-looks-with-google-looker-and-send-results-via-email/canvas" />
</div>
