---
title: "Raw Export"
method: GET
path: "/api/v1/admin/reporting/raw-export"
tags: ["Admin APIs", "Reporting"]
---

# Raw Export

`GET /api/v1/admin/reporting/raw-export`

## Query parameters

- `dataframe` 'general_consumption' | 'platform_api_calls' | 'mcp_tracking' | 's3_downloads' | 'polaris_s3_usage' | 'platform_spans_raw' | 'client_mapping', required — Datasets `GET /raw-export` can serve. An allowlist rather than a bare string so an unrecognized `dataframe` fails at validation with a 422. Shannon INJ-VULN-07 flagged this route as CWE-89 because injection payloads in `dataframe` returned 200 with a "No data available" CSV, which reads to a scanner as an accepted payload. The value only ever picks a branch; it never reaches SQL.
- `start_date` string, date, nullable
- `end_date` string, date, nullable

## Response `200`

Successful Response

- unknown

## Other responses

- `401` — Missing or invalid authentication credentials.
- `403` — You are not allowed to perform this action.
- `422` — Validation Error

---

[API](https://skmtc.net/carbonarc/apis/carbon-arc-client-admin-api.md) · [All operations](https://skmtc.net/carbonarc/apis/carbon-arc-client-admin-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/carbonarc/carbon-arc-client-admin-api/revisions/a8ca30023371/schema)
