---
title: "Meta Analyst Creative Overview Tab"
method: GET
path: "/api/v1/new-meta-analytics/meta-analyst-creative-overview/tab"
tags: ["newMetaAnalytics"]
---

# Meta Analyst Creative Overview Tab

`GET /api/v1/new-meta-analytics/meta-analyst-creative-overview/tab`

Paginated cards for a single creative overview tab (View All).

## Query parameters

- `tab` string, required — Tab: best | scaling | declining | newly_launched
- `page` integer — Page number (1-indexed)
- `limit` integer — Cards per page (max 100)
- `time_period` string
- `start_date` string, nullable — Custom start date in YYYY-MM-DD format
- `end_date` string, nullable — Custom end date in YYYY-MM-DD format
- `filter_level` string, nullable — Filter: campaign | adset | ad
- `keywords` string, nullable — Search keywords, comma-separated

## 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/ff7f2b621b41/schema)
