---
title: "Returns individual conversion events (not aggregated)."
method: GET
path: "/report/conversions"
tags: ["Reports"]
---

# Returns individual conversion events (not aggregated).

`GET /report/conversions`

Returns individual conversion events as separate rows — one row per conversion.
This is fundamentally different from GET /report, which returns aggregated data
grouped by dimensions.

## Key differences from GET /report

- **No groupBy parameter** — each row is a single conversion event.
- **No conversionTimeMode parameter** — not applicable to individual events.
- **No include parameter** — not applicable.
- **Default sort**: postbackTimestamp (most recent conversions first).
- **Column parameter is required** — you must specify which fields to return.

## Common columns for conversion reports

Each row can include: postbackTimestamp, visitTimestamp, campaignId, campaignName, offerId,
 offerName, trafficSourceId, trafficSourceName, countryCode, countryName, device, revenue,
 payout, customVariable1 through customVariable10, customConversions1-20, customRevenue1-20.

## When to use this endpoint

Use this endpoint when you need to inspect individual conversion events,
verify postback firing, diagnose tracking issues, or analyze conversion-level
detail. For aggregated performance metrics, use GET /report instead.

## Drilldown filters

Use filter1=campaignId&filter1Value=<id> to see conversions for a specific campaign.

## Query parameters

- `offset` integer
- `tz` string
- `column` string[], required
- `filter1` string
- `filter2` string
- `sort` string
- `filter1Value` string
- `filter` string
- `limit` integer
- `from` string, required
- `currency` string
- `to` string
- `filter2Value` string
- `workspaces` string[]
- `direction` 'ASC' | 'DESC'

## Response `200`

Aggregated report data.

---

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