---
title: "GET /accounts/{account_pk}/media"
method: GET
path: "/accounts/{account_pk}/media"
tags: ["Accounts"]
---

# GET /accounts/{account_pk}/media

`GET /accounts/{account_pk}/media`

## Path parameters

- `account_pk` string, required

## Query parameters

- `limit` integer
- `offset` integer
- `id` string
- `name` string
- `position` integer
- `type` 'image' | 'video'

## Response `200`

- AuthSerializerCls[]
  - `id` string
  - `name` string, nullable
  - `position` integer, required
  - `type` 'image' | 'video'
  - `thumbnail` string, binary, required
  - `url` string, uri, nullable
  - `description` string, nullable

## Other responses

- `400`

---

[API](https://skmtc.net/cloudblue/apis/cloudblue-connect-api.md) · [All operations](https://skmtc.net/cloudblue/apis/cloudblue-connect-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/cloudblue/cloudblue-connect-api/versions/54fef191d46c/schema)
