---
title: "Get All State"
method: GET
path: "/all_state"
tags: ["Extension State"]
---

# Get All State

`GET /all_state`

Returns a single JSON object with fields for the current viewer/channel combination.

## Response `200`

All types of state for the current viewer.

- object
  - `extension` object — State for all viewers and channels for this extension.
  - `channel` object — State for all viewers on this channel.
  - `viewer` object — State for this viewer on this channel.
  - `extension_viewer` object — State for this viewer on any channel using this extension.

---

[API](https://skmtc.net/muxy/apis/muxy-s-extension-development-kit.md) · [All operations](https://skmtc.net/muxy/apis/muxy-s-extension-development-kit/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/muxy/muxy-s-extension-development-kit/versions/21b37686a542/schema)
