---
title: "Get Canasta State"
method: GET
path: "/chatrooms/{room_name}/canasta/state"
tags: ["canasta"]
---

# Get Canasta State

`GET /chatrooms/{room_name}/canasta/state`

Get current game state. Describer sees the word, others don't.
Server-side auto-advance: completes turns when timer expires, advances
rounds when all current participants have described, and handles scoring timeout.

## Path parameters

- `room_name` string, required

## Headers

- `authorization` string, nullable

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/fluentea/apis/aurqa-language-learning-platform-refactored.md) · [All operations](https://skmtc.dev/fluentea/apis/aurqa-language-learning-platform-refactored/llms.txt) · [OpenAPI document](https://skmtc.dev/fluentea/apis/aurqa-language-learning-platform-refactored/revisions/be75c0eba493?raw)
