---
title: "List the followed shows"
method: GET
path: "/user/follows/shows"
tags: ["followed shows"]
---

# List the followed shows

`GET /user/follows/shows`

## Query parameters

- `embed` 'show'

## Response `200`

An array of followed shows

- ShowFollow[]
  - `show_id` integer
  - `_embedded` object
    - `show` Show

---

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