---
title: "Export Partner Pixel Log"
method: POST
path: "/networks/reporting/affiliate/pixels/export"
tags: ["Reporting Exports"]
---

# Export Partner Pixel Log

`POST /networks/reporting/affiliate/pixels/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.
  - `format` 'csv' | 'json', required — The file format for the export.
  - `query` object — Query configuration with optional filters and search terms.
    - `filters` object[] — Filters to narrow results.
      - `resource_type` 'offer' | 'affiliate' | 'delivery_status' — The resource type to filter on.
      - `filter_id_value` string — The value to filter on.
    - `search_terms` object[] — Text search terms.
      - `search_type` 'conversion_id' | 'payload' | 'transaction_id' | 'pixel_id' — The field to search.
      - `value` string — The search value.

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