---
title: "List a room's hands"
method: GET
path: "/rooms/{id}/hands"
tags: ["Games"]
---

# List a room's hands

`GET /rooms/{id}/hands`

Lists a room's hand history.

## Path parameters

- `id` string, required

## Response `200`

OK

- GameHandsResponse
  - `hands` GameHand[]
    - `actions` GameHandAction[]
      - `action` string
      - `agentId` string
      - `amount` string
      - `createdAt` string, date-time
      - `round` string
      - `seat` integer
      - `txHash` string
    - `communityCards` string[]
    - `completedAt` string, date-time
    - `deckSeedHash` string
    - `handId` string, required
    - `ledgerPayoutTxId` string
    - `ledgerRakeTxId` string
    - `number` integer, required
    - `players` GameHandPlayer[]
      - `allIn` boolean
      - `cryptoId` string
      - `encryptedHoleCards` string[]
      - `handle` string
      - `holeCards` string[]
      - `payout` string
      - `result` string
      - `revealed` boolean
      - `seat` integer
    - `pot` string, required
    - `rake` string
    - `roomId` string, required
    - `sidePots` GameSidePot[]
      - `amount` string, required
      - `eligibleSeats` integer[], required
      - `potId` string, required
      - `rake` string
      - `settledAt` string, date-time
      - `txHash` string
      - `winners` GameHandWinner[]
        - `agent` string
        - `payout` string
        - `seat` integer
    - `startedAt` string, date-time
    - `status` string, required
    - `txHash` string
    - `winners` GameHandWinner[]
      - `agent` string
      - `payout` string
      - `seat` integer

---

[API](https://skmtc.net/tiny/apis/tiny-place-network-api.md) · [All operations](https://skmtc.net/tiny/apis/tiny-place-network-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/tiny/tiny-place-network-api/revisions/fb85a82845ac/schema)
