---
title: "Controller Get Dates With Data"
method: POST
path: "/ad_analytics/entertainment/dates-with-data"
---

# Controller Get Dates With Data

`POST /ad_analytics/entertainment/dates-with-data`

Get a list of dates within the given range where data is available for the specified filters

## Request body

- DateRangeDataAvailabilityPayload
  - `start_date` string, date, required — Start date of the range to check data availability
  - `end_date` string, date, required — End date of the range to check data availability
  - `audience_id` string, nullable — Filter by audience ID
  - `genres` string[] — Filter by genres
  - `networks` string[] — Filter by networks
  - `titles` string[] — Filter by titles
  - `dma_codes` integer[] — Filter by DMA codes

## Response `200`

Successful Response

- string[]

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/akk/apis/fastapi.md) · [All operations](https://skmtc.net/akk/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/akk/fastapi/revisions/6662a407c637/schema)
