---
title: "Create Report"
method: POST
path: "/api/v1/new-meta-analytics/eve/custom-reports"
tags: ["eveCustomReports"]
---

# Create Report

`POST /api/v1/new-meta-analytics/eve/custom-reports`

## Request body

- EveCustomReportCreate
  - `label` string, required
  - `group_by` string, required
  - `type` string
  - `targeting` string, nullable
  - `metric_filters` EveMetricFilter[], nullable
    - `metric` string, required
    - `operator` string, required
    - `threshold` number, required
  - `name_filters` EveNameFilter[], nullable
    - `field` 'campaign_name' | 'ad_name' | 'adset_name', required
    - `operator` 'contains_all' | 'contains_any' | 'not_contains_any', required
    - `values` string[], required
  - `sort` string, nullable
  - `sort_direction` string, nullable
  - `status_filter` string, nullable
  - `is_pinned` boolean, nullable
  - `campaign_name` string, nullable
  - `ad_name` string, nullable
  - `adset_name` string, nullable
  - `visible_metrics` string[], nullable

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/brandbooster/apis/fastapi.md) · [All operations](https://skmtc.dev/brandbooster/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/brandbooster/fastapi/revisions/a9374f6fe96c/schema)
