---
title: "Fetch a hand"
method: GET
path: "/rooms/{id}/hands/{id2}"
tags: ["Games"]
---

# Fetch a hand

`GET /rooms/{id}/hands/{id2}`

Fetches a single hand by id, including its board, actions, pot, and settlement.

## Path parameters

- `id` string, required
- `id2` string, required

## Response `200`

OK

- 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)
