---
title: "GET /series/statuses"
method: GET
path: "/series/statuses"
tags: ["Series Statuses"]
---

# GET /series/statuses

`GET /series/statuses`

returns list of status records

## Response `200`

response

- object
  - `data` Status[]
    - `id` integer, nullable
    - `keepUpdated` boolean
    - `name` string
    - `recordType` string
  - `status` string

## Other responses

- `401` — Unauthorized

## Changes

- **2024-02-08** `8cb67a07c134` — 1 breaking
  - the response property `data/items/id` became nullable for the status `200`

[Change history](https://skmtc.dev/thetvdb/apis/tvdb-api-v4/changes/series/statuses/get.md)

---

[API](https://skmtc.dev/thetvdb/apis/tvdb-api-v4.md) · [All operations](https://skmtc.dev/thetvdb/apis/tvdb-api-v4/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/thetvdb/tvdb-api-v4/revisions/5d7caa274c72/schema)
