# List all transactions

**GET /v1/transactions**

Get a list of all transactions.


## Servers
- http://localhost:9644: http://localhost:9644 ()



## Parameters




## Responses
### 200
Transactions response

#### Body: application/json (array[object])
- **etag** (integer(int64))
  Term of a transaction coordinated started a transaction
- **groups** (array[object])
  Consumer groups for transaction
- **partitions** (array[object])
  Partitions for transaction
- **pid** (object)
  Producer identity
- **staleness_ms** (integer(int64))
  How long transaction does not make progress
- **status** (string)
  Current status for transaction
- **timeout_ms** (integer(int64))
  Transaction timeout
- **transactional_id** (string)
  Id of an application executing a transaction
- **tx_seq** (integer(int64))
  tx_seq identifies a transactions within a session


[Powered by Bump.sh](https://bump.sh)
