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

# List Media

> Lists the photos and videos on Business Profile locations

Lists the photos and videos on Business Profile locations. Use it to audit which locations are missing a cover or logo photo, and to find media names for business\_profile\_delete\_media.

|                      |                               |
| -------------------- | ----------------------------- |
| **App**              | Google Business Profile       |
| **Operation ID**     | `business_profile_list_media` |
| **Type**             | Action                        |
| **Connection**       | `business_profile` (required) |
| **Credits per run**  | 1                             |
| **Agent / MCP tool** | Yes                           |

## Inputs

| Field      | Type                                          | Required | Default | Description                                                                                          |
| ---------- | --------------------------------------------- | -------- | ------- | ---------------------------------------------------------------------------------------------------- |
| `accounts` | array (also accepts a comma-separated string) | Yes      | -       | Select Business Profile locations to list photos and videos for, ask the user for it if not provided |
| `limit`    | integer                                       | No       | -       | Maximum number of media items to return across all locations. Leave empty for no limit.              |

## Output

**Type**: `List[Dict]`

Returns raw media items as Google returns them, plus locationId and locationName. Uses 1 credit per location.

**Fields**: `name`, `mediaFormat`, `locationAssociation`, `googleUrl`, `thumbnailUrl`, `createTime`, `dimensions`, `insights`, `locationId`, `locationName`
