---
title: "List All Group Media"
method: GET
path: "/catalog/groups/{groupId}/media"
tags: ["Catalog"]
---

# List All Group Media

`GET /catalog/groups/{groupId}/media`

This endpoint returns all available media (e.g. images) associated with the
specified group.

## Path parameters

- `groupId` integer, required

## Response `200`

Group found and media returned.

- TcgApiModelCommonApiResultTcgApiModelCatalogMedia
  - `success` boolean
  - `errors` string[]
  - `results` TcgApiModelCatalogMedia[]
    - `mediaType` string
    - `contentList` TcgApiModelCatalogContent[]
      - `url` string
      - `displayOrder` integer

## Other responses

- `400` — GroupId is less than or equal to 0.
- `404` — Group not found or media not found.

---

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