---
title: "report/impressions/export"
method: POST
path: "/report/impressions/export"
tags: ["Reporting"]
---

# report/impressions/export

`POST /report/impressions/export`

Create or reuse a full-day CloudX impression revenue export. Requires the `reports:read` permission.

## Request body

- ImpressionExportRequest
  - `date` string, required — One completed UTC day within the previous 45 days.
  - `app_id` string
  - `app_bundle` string
  - `ad_unit_id` string
  - `country` string — ISO 3166-1 alpha-2 country code.
  - `device_os` 'iOS' | 'Android'
  - `bidder` string
  - `line_item_id` string
  - `test_mode` 'production' | 'test' | 'all'

## Response `200`

An identical export is ready.

- ImpressionExportResponse
  - `export_id` string, required
  - `status` 'processing' | 'ready' | 'failed', required
  - `url` string, uri — Short-lived signed download URL, present only when ready.
  - `expires_at` string, date-time — Signed URL expiry, present only when ready.

## Other responses

- `202` — The export is queued or processing.
- `400` — Invalid request parameters.
- `401` — Unauthorized.
- `403` — Forbidden.
- `409` — The account already has the maximum number of active exports.
- `500` — Internal server error.

---

[API](https://skmtc.net/cloudx/apis/cloudx-api.md) · [All operations](https://skmtc.net/cloudx/apis/cloudx-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/cloudx/cloudx-api/versions/ad78aa79d28a/schema)
