---
title: reports dates
description: List available dates for a specific report type (all dates are in UTC).
source_url:
  html: 'https://shopify.dev/docs/api/shop-minis/commands/reports-dates'
  md: 'https://shopify.dev/docs/api/shop-minis/commands/reports-dates.md'
---

# reports dates

List available dates for a specific report type (all dates are in UTC).

**Note:**

Check which dates have data available for a specific report type before downloading. Reports are generated daily with a processing delay, so the most recent data may be from 1-2 days ago.

#### Arguments

* **report-type**

  **string**

  **required**

  The report type (CONTENT\_IMPRESSIONS, PRODUCT\_IMPRESSIONS, SALES, USAGE\_STATS)

#### Options

* **--raw**

  **boolean**

  Display only the dates without headers or formatting

Examples

### Examples

* ####

  ##### zsh

  ```sh
  npx shop-minis reports dates [options] <report-type>
  ```

***
