---
title: "List media"
method: GET
path: "/v1/accounts/{accountId}/gmb-media"
tags: ["GMB Media"]
---

# List media

`GET /v1/accounts/{accountId}/gmb-media`

Lists media items (photos) for a Google Business Profile location.
Returns photo URLs, descriptions, categories, and metadata.

## Path parameters

- `accountId` string, required

## Query parameters

- `locationId` string
- `pageSize` integer
- `pageToken` string

## Response `200`

Media items fetched successfully

- object
  - `success` boolean
  - `accountId` string
  - `locationId` string
  - `mediaItems` object[]
    - `name` string — Resource name
    - `mediaFormat` 'PHOTO' | 'VIDEO'
    - `sourceUrl` string
    - `googleUrl` string — Google-hosted URL
    - `thumbnailUrl` string
    - `description` string
    - `createTime` string, date-time
    - `locationAssociation` object
      - `category` string
  - `nextPageToken` string
  - `totalMediaItemsCount` integer

## Other responses

- `400` — Invalid request
- `401` — Unauthorized

---

[API](https://skmtc.net/zernio/apis/zernio-api.md) · [All operations](https://skmtc.net/zernio/apis/zernio-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/zernio/zernio-api/revisions/f81ca70ea6b9/schema)
