---
title: "Export On-Hold Conversions"
method: POST
path: "/networks/reporting/onhold/export"
tags: ["Reporting Exports"]
---

# Export On-Hold Conversions

`POST /networks/reporting/onhold/export`

## Request body

- object
  - `from` string, required — Start date (format: `YYYY-MM-DD` or `YYYY-MM-DD HH:mm:SS`).
  - `to` string, required — End date (format: `YYYY-MM-DD` or `YYYY-MM-DD HH:mm:SS`).
  - `timezone_id` integer, required — Timezone identifier for the date range.
  - `currency_id` string, required — Currency code for monetary values. Currently only `USD` is supported.
  - `show_conversions` boolean — Include base conversion records.
  - `show_events` boolean — Include post-conversion event records.
  - `show_only_scrub` boolean — Only include scrubbed conversions/events.
  - `show_only_vt` boolean — Only include view-through conversions.
  - `show_only_ct` boolean — Only include click-through conversions.
  - `show_only_fail_traffic` boolean — Only include fail traffic data.
  - `on_hold_status_filter` 'on_hold' | 'approved' | 'rejected' — Filter by on-hold status. Use to show only conversions with a specific on-hold status.
  - `format` 'csv' | 'json', required — The file format for the export.
  - `columns` string[] — Columns to include in the export. If omitted, all columns are included. Same as the conversion export columns with additional on-hold specific columns.
  - `query` object — Query configuration with filters and search terms. Same structure as the conversion report endpoint.
    - `filters` object[]
      - `filter_id_value` string
      - `resource_type` string
    - `search_terms` object[]
      - `search_type` string
      - `value` string

## Response `200`

File download. Content-Type is `text/csv` or `application/json` depending on the requested format.

---

[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)
