---
title: "Get a single Transaction Event"
method: GET
path: "/transaction_events/{uid}"
tags: ["Transactions"]
---

# Get a single Transaction Event

`GET /transaction_events/{uid}`

Retrieves a single Transaction Event resource, including its status, timestamps, and associated Transaction details.

## Response `200`

A single Transaction Event is returned

- object
  - `uid` string — Newline-generated unique id resource specific to the current endpoint
  - `settled_index` integer — A unique index that indicates the order in which Transaction Events were settled
  - `transaction_uids` string[] — A list of UIDS referring to Transactions this Transaction Event belongs to.
  - `source_custodial_account_uid` string — Custodial Account from which the asset is pulled
  - `destination_custodial_account_uid` string — Custodial Account where the asset lands
  - `custodial_line_item_uids` string[] — A list of UIDS referring to Custodial Line Items belonging to this event. There are always at least two line items if the status is `settled`.
  - `status` 'settled' — Transaction Events will always have a status of `settled`
  - `us_dollar_amount` string — The amount will never be negative
  - `type` 'odfi_ach_deposit' | 'odfi_ach_withdrawal' | 'rdfi_ach_deposit' | 'rdfi_ach_withdrawal'
  - `debit_card_uid` string — If this Transaction Event represents a Debit Card purchase or refund, the UID of the Debit Card used for the purchase/refund. Otherwise not provided.
  - `net_asset` 'positive' | 'negative' | 'neutral' — Indicates whether the Customer's asset has gone up (`positive`), gone down (`negative`) or stayed the same (`neutral`) as a result of this Transaction Event. This value is determined by `type`.
  - `description` string
  - `created_at` string, date-time — The date and time when the event is first recognized by Newline. This may be when the Transfer is initiated if the event is associated with one.
  - `settled_at` string, date-time — The date and time when the event is settled

---

[API](https://skmtc.net/newline53/apis/newline-platform-api.md) · [All operations](https://skmtc.net/newline53/apis/newline-platform-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/newline53/newline-platform-api/revisions/5fcc8eb15061/schema)
