> ## Documentation Index
> Fetch the complete documentation index at: https://developers.everflow.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Export Conversions

Exports conversion and/or event data in the specified format (CSV or JSON). Accepts the same parameters as the [Get Conversion Report](/api-reference/post-networksreportingconversions) endpoint with additional `format` and `columns` fields.

The `columns` field lets you choose which data columns to include in the export. If omitted, all columns are included.

The response is a file download with the appropriate Content-Type and Content-Disposition headers set.


## OpenAPI

````yaml openapi/reporting-exports.yaml post /networks/reporting/conversions/export
openapi: 3.0.3
info:
  title: Everflow Network API - Reporting Exports
  description: >
    Export endpoints for the Everflow reporting system. These endpoints allow
    you to download reporting data as CSV or JSON files. They mirror the request
    parameters of their corresponding report endpoints, with an added format
    field. For more detail, see [How to Export Your
    Data](https://helpdesk.everflow.io/customer/how-to-export-your-data) in the
    Help Center.
  version: 1.0.0
servers:
  - description: Production Server
    url: https://api.eflow.team/v1
security: []
tags:
  - name: Reporting Exports
    description: Endpoints for exporting reporting data as downloadable files.
paths:
  /networks/reporting/conversions/export:
    post:
      tags:
        - Reporting Exports
      summary: Export Conversions
      requestBody:
        required: true
        content:
          application/json:
            example:
              from: '2026-03-01'
              to: '2026-03-08'
              timezone_id: 90
              currency_id: USD
              format: csv
              show_conversions: true
              show_events: true
              columns:
                - offer
                - affiliate
            schema:
              type: object
              required:
                - from
                - to
                - timezone_id
                - currency_id
                - format
                - show_conversions
              properties:
                from:
                  type: string
                  description: 'Start date (format: `YYYY-MM-DD` or `YYYY-MM-DD HH:mm:SS`).'
                to:
                  type: string
                  description: 'End date (format: `YYYY-MM-DD` or `YYYY-MM-DD HH:mm:SS`).'
                timezone_id:
                  type: integer
                  description: Timezone identifier for the date range.
                currency_id:
                  type: string
                  description: >-
                    Currency code for monetary values. Currently only `USD` is
                    supported.
                show_conversions:
                  type: boolean
                  description: Include base conversion records in the export.
                  default: true
                show_events:
                  type: boolean
                  description: Include post-conversion event records in the export.
                  default: false
                show_only_scrub:
                  type: boolean
                  description: Only include scrubbed (rejected) conversions/events.
                  default: false
                show_only_vt:
                  type: boolean
                  description: Only include view-through conversions.
                  default: false
                show_only_ct:
                  type: boolean
                  description: Only include click-through conversions.
                  default: false
                show_only_fail_traffic:
                  type: boolean
                  description: Only include fail traffic conversions.
                  default: false
                show_only_updated:
                  type: boolean
                  description: Only include conversions that have been updated.
                  default: false
                format:
                  type: string
                  enum:
                    - csv
                    - json
                  description: The file format for the export.
                columns:
                  type: array
                  description: >
                    Columns to include in the export. If omitted, all columns
                    are included.
                  items:
                    type: string
                    enum:
                      - offer
                      - affiliate
                      - advertiser
                      - offer_group
                      - campaign
                      - affiliate_manager
                      - creative
                      - offer_url
                      - category
                      - previous_offer
                      - source_id
                      - sub1
                      - sub2
                      - sub3
                      - sub4
                      - sub5
                      - sub6
                      - sub7
                      - sub8
                      - sub9
                      - sub10
                      - adv1
                      - adv2
                      - adv3
                      - adv4
                      - adv5
                      - adv6
                      - adv7
                      - adv8
                      - adv9
                      - adv10
                      - country
                      - region
                      - city
                      - platform
                      - os_version
                      - isp
                      - account_manager
                      - android_id
                      - android_id_md5
                      - android_id_sha1
                      - app_id
                      - brand
                      - browser
                      - carrier
                      - click_date
                      - conversion_id
                      - conversion_user_ip
                      - coupon_code
                      - currency
                      - delta_hours
                      - device
                      - email
                      - error_message
                      - event_name
                      - google_ad_id
                      - google_ad_id_md5
                      - google_ad_id_sha1
                      - http_user_agent
                      - idfa
                      - idfa_md5
                      - idfa_sha1
                      - language
                      - notes
                      - order_id
                      - order_line_items
                      - order_number
                      - payout
                      - payout_type
                      - referrer
                      - revenue
                      - revenue_type
                      - sale_amount
                      - session_ip
                      - transaction_id
                      - type
                      - status
                      - conversion_date
                      - origin
                      - network_id
                      - payout_revenue_id
                      - project_id
                      - dma
                      - is_cookie_based
                      - previous_transaction_id
                      - is_event_protected
                      - is_fired_pixel
                      - is_scrub
                      - is_view_through
                      - attribution_method
                      - country_code
                      - base_conversion_time
                query:
                  type: object
                  description: >
                    Query configuration with filters and search terms. Same
                    structure as the conversion report endpoint.
                  properties:
                    filters:
                      type: array
                      description: >
                        Filters to narrow results. See the [Conversion
                        Report](/api-reference/post-networksreportingconversions)
                        for available filter types.
                      items:
                        type: object
                        properties:
                          resource_type:
                            type: string
                            enum:
                              - offer
                              - offer_group
                              - affiliate
                              - advertiser
                              - offer_creative
                              - transaction_id
                              - campaign
                              - billing_frequency
                              - business_unit
                              - label
                              - category
                              - sub1
                              - sub2
                              - sub3
                              - sub4
                              - sub5
                              - sub6
                              - sub7
                              - sub8
                              - sub9
                              - sub10
                              - source_id
                              - country
                              - account_manager
                              - affiliate_manager
                              - status
                              - offer_url
                              - currency_id
                              - affiliate_tier
                              - adv1
                              - adv2
                              - adv3
                              - adv4
                              - adv5
                              - adv6
                              - adv7
                              - adv8
                              - adv9
                              - adv10
                              - browser
                              - carrier
                              - city
                              - coupon_code
                              - dma
                              - date
                              - hourly
                              - device_brand
                              - device_type
                              - hour
                              - isp
                              - language
                              - month
                              - os_version
                              - payout_amount
                              - payout_type
                              - platform
                              - project_id
                              - referrer
                              - region
                              - revenue_amount
                              - revenue_type
                              - week
                              - conversion_id
                              - order_id
                              - tracking_domain
                              - offer_payout_revenue_id
                              - country_code
                              - advertiser_billing_frequency
                              - error_code
                          filter_id_value:
                            type: string
                    search_terms:
                      type: array
                      description: Text search terms to match conversion data.
                      items:
                        type: object
                        properties:
                          search_type:
                            type: string
                            enum:
                              - transaction_id
                              - sub_1
                              - sub_2
                              - sub_3
                              - sub_4
                              - sub_5
                              - adv_1
                              - adv_2
                              - adv_3
                              - adv_4
                              - adv_5
                              - source_id
                              - user_ip
                              - user_agent
                              - order_id
                              - country
                              - region
                              - city
                              - status
                              - is_scrub
                              - email
                              - coupon_code
                              - event_name
                          value:
                            type: string
      responses:
        '200':
          description: >
            File download. Content-Type is `text/csv` or `application/json`
            depending on the requested format.
      security:
        - API Key: []
components:
  securitySchemes:
    API Key:
      description: The Everflow API key generated from the Control Center > Security.
      in: header
      name: X-Eflow-Api-Key
      type: apiKey

````