Download row-level scan logs for one or more QR codes, using the same filters as the aggregate analytics export endpoint. Ideal for custom BI pipelines, reconciliations, or detailed auditing.
| Parameter | Type | Required | Description |
|---|---|---|---|
type | string | ✅ Yes | Must be raw. Tells the API to return individual scan events. |
from | string (YYYY-MM-DD) | ✅ Yes | Inclusive start date for the export window. |
to | string (YYYY-MM-DD) | ✅ Yes | Inclusive end date. Defaults to the current date when omitted. |
file_format | string | ✅ Yes | Output format. Accepted values: csv, xls, xlsx. CSV is recommended for large pulls. |
| Field | Type | Required | Description |
|---|---|---|---|
filter_by | string | ✅ Yes | Filter type — either qrid (QR code IDs) or tags (tag names). |
q | array | ✅ Yes | List of QR IDs (if filter_by=qrid) or tags (if filter_by=tags) to include in the raw export. |
q field per ID or tag (for example: q=Qf94..., q=Qf95...).200 OK on success.text/csv, application/vnd.ms-excel, or application/vnd.openxmlformats-officedocument.spreadsheetml.sheet)./analytics/qr/export/ report to validate funnel metrics.API key authentication. Enter your API key directly in the Authorization header.
Must be set to raw to retrieve raw scan data.
raw Start date for scan data (inclusive). Format: YYYY-MM-DD
End date for scan data (inclusive). Format: YYYY-MM-DD. Defaults to current date.
Export file format for the raw data. CSV is ideal for lightweight processing.
csv, xls, xlsx Raw scan data exported successfully
The response is of type file.