---
title: "Transaction"
method: GET
path: "/transaction"
---

# Transaction

`GET /transaction`

Get a transation by id with the first 100 events. use /transaction/events to get the rest if any

## Query parameters

- `id` string, required

## Response `200`

Responses for GET /transaction

- object
  - `transactions` object[]
    - `argument` object[]
    - `authorizers` string[]
    - `block_height` integer
    - `block_id` string
    - `error` string
    - `error_code` string
    - `events` object[]
      - `event_index` integer
      - `fields` Event
      - `name` string
    - `events_aggregate` object — the number of events in total in this transaction"
      - `aggregate` object
        - `count` integer
    - `fee` number
    - `gas_limit` integer
    - `gas_used` integer
    - `id` string
    - `payer` string, string
    - `proposer` string, string
    - `proposer_index` integer
    - `proposer_sequence_number` integer
    - `status` string
    - `timestamp` string, date-string
    - `transaction_body` object — columns and relationships of "transaction_bodies"
      - `body` string

## Changes

- **2023-12-14** `6679e66f8f6e` — 1 breaking
  - the `transactions/items/fee` response's property type/format changed from `double`/`` to `number`/`` for status `200`
- **2023-10-20** `c4aa74c80c92` — 1 info
  - endpoint added
- **2023-10-20** `15aa25d6cb5c` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/findonflow/apis/findlabs-historical-api/changes/transaction/get.md)

---

[API](https://skmtc.dev/findonflow/apis/findlabs-historical-api.md) · [All operations](https://skmtc.dev/findonflow/apis/findlabs-historical-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/findonflow/findlabs-historical-api/revisions/a61498518a44/schema)
