---
title: "Get Transaction Flowchart"
method: GET
path: "/networks/reporting/transactions/{transactionId}/flowchart"
tags: ["Reporting"]
---

# Get Transaction Flowchart

`GET /networks/reporting/transactions/{transactionId}/flowchart`

## Path parameters

- `transactionId` string, required

## Response `200`

- object
  - `clicks` object[] — Click events associated with this transaction.
    - `transaction_id` string
    - `unix_timestamp` integer
    - `network_offer_id` integer
    - `network_advertiser_id` integer
    - `network_affiliate_id` integer
    - `currency_id` string
    - `error_code` integer — Error code for the click. `0` means no error.
    - `referrer` string
    - `is_view_through` boolean
    - `payout_type` string
    - `revenue_type` string
    - `payout` number, double
    - `revenue` number, double
    - `relationship` object
      - `internal_redirect_count` integer
  - `conversions` object[] — Conversion events associated with this transaction.
    - `transaction_id` string
    - `conversion_id` string
    - `unix_timestamp` integer
    - `status` 'approved' | 'rejected' | 'pending'
    - `currency_id` string
    - `payout` number, double
    - `revenue` number, double
    - `sale_amount` number, double
    - `event_name` string — The event name if this is a post-conversion event.
    - `is_scrub` boolean
    - `network_advertiser_global_event_id` integer
    - `network_offer_payout_revenue_id` integer
    - `network_custom_payout_revenue_setting_id` integer
    - `error_code` integer — Error code for the conversion. `0` means no error.
    - `coupon_code` string
    - `email` string
    - `payout_type` string
    - `revenue_type` string
    - `relationship` object
      - `attribution_method` string — How the conversion was attributed (e.g. `transaction_id`).
      - `advertiser_event` object — Advertiser event details (if applicable).
      - `offer_payout_revenue` object — Offer payout/revenue configuration used.
      - `custom_payout_revenue_setting` object — Custom payout/revenue setting used (if applicable).
      - `on_hold` object — On-hold status details (if applicable).
        - `on_hold_conversion_id` string
        - `holding_period_end` integer
        - `status` string
      - `network_coupon_code_id` integer
  - `pixel_logs` object[] — Postback/pixel firing logs for this transaction.
    - `conversion_id` string
    - `unix_timestamp` integer
    - `is_success` boolean
    - `pixel_id` integer
    - `relationship` object

---

[API](https://skmtc.dev/everflow/apis/everflow-network-api-tracking-domains.md) · [All operations](https://skmtc.dev/everflow/apis/everflow-network-api-tracking-domains/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/everflow/everflow-network-api-tracking-domains/revisions/39242cee0e32/schema)
