salesforce-analytics-api-column-names-use-specific-identifiers-not-labels

When creating reports via POST /analytics/reports, column names must use Salesforce API field identifiers (e.g., ‘OPPORTUNITY_NAME’, ‘AMOUNT’) not display labels or object.field syntax. Use sf_describe_report_type to get the exact identifier keys available for a given report type before calling sf_create_report. Using wrong identifiers causes API rejection with field not found errors.