---
title: "Get Ad Platforms Stats"
method: GET
path: "/ad_platforms/stats"
---

# Get Ad Platforms Stats

`GET /ad_platforms/stats`

## Query parameters

- `ids[]` integer[]

## Headers

- `Authorization` string, nullable
- `X-User-Id` string, nullable

## Cookies

- `session_id` string, nullable

## Response `200`

Successful Response

- AdPlatformsStatsResponseSchema
  - `ad_platforms` AdPlatformStatsResponseSchema[], required
    - `id` integer, required
    - `last_sync_start` string, date-time, nullable
    - `last_sync_end` string, date-time, nullable
    - `sync_range_start` string, date-time, nullable
    - `sync_range_end` string, date-time, nullable
    - `next_sync` string, date-time, nullable

## Other responses

- `422` — Validation Error

---

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