---
title: "Search On-Hold Conversions"
method: POST
path: "/affiliates/reporting/onhold"
tags: ["Affiliate Reporting"]
---

# Search On-Hold Conversions

`POST /affiliates/reporting/onhold`

## Query parameters

- `page` integer
- `page_size` integer

## Request body

- object
  - `from` string, required — Start date. Format `YYYY-MM-DD`.
  - `to` string, required — End date. Format `YYYY-MM-DD`.
  - `timezone_id` integer, required — Timezone identifier for the date range.
  - `show_conversions` boolean — Must be explicitly set to `true` to include on-hold conversion records in the response.
  - `show_events` boolean — Include on-hold post-conversion event records in the response.
  - `query` object
    - `filters` object[]
      - `filter_id_value` string
      - `resource_type` string

## Response `200`

- object
  - `conversions` object[] — Array of on-hold conversion records.
    - `on_hold_conversion_id` string — Unique on-hold conversion identifier.
    - `network_id` integer — Network identifier.
    - `holding_period_end` integer — Unix timestamp when the holding period ends.
    - `status` string — Status of the on-hold conversion.
    - `conversion` object — Nested conversion details.
      - `conversion_id` string
      - `transaction_id` string
      - `conversion_unix_timestamp` integer
      - `revenue` number
      - `sale_amount` number
      - `event_name` string
      - `sub1` string
      - `sub2` string
      - `sub3` string
      - `sub4` string
      - `sub5` string
      - `sub6` string
      - `sub7` string
      - `sub8` string
      - `sub9` string
      - `sub10` string
      - `relationship` object
        - `offer` object
        - `events_count` integer
  - `paging` object
    - `page` integer
    - `page_size` integer
    - `total_count` integer

---

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