latestOpenAPI 3.1.02026-08-218667571.2 MB
a8ca30023371
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_datestring date nullable
end_datestring date nullable
Response
Successful Response
{"stackTrail":"paths:/api/v1/admin/reporting/raw-export:get:responses:200:content:application/json:schema","oasType":"schema","type":"unknown"}