--- title: reports get description: Download a report for a specific date. api_name: shop-minis source_url: html: 'https://shopify.dev/docs/api/shop-minis/commands/reports-get' md: 'https://shopify.dev/docs/api/shop-minis/commands/reports-get.md' --- # reports get Download a report for a specific date. **Note:** Downloads analytics data for a specific report type and date. Reports are typically in CSV format for easy analysis in spreadsheets or data tools. Complete the workflow: list → dates → get to access your Mini's analytics. #### Arguments * **date** **string** **required** The date for the report in UTC (YYYY-MM-DD format) * **report-type** **string** **required** The report type (see `reports list`) #### Options * **--output** **string** Output file path (defaults to report\_ Examples ### Examples * #### ##### zsh ```sh npx shop-minis reports get [options] ``` ***