Documentation Index
Fetch the complete documentation index at: https://anaconda.com/docs/llms.txt
Use this file to discover all available pages before exploring further.
Usage
anaconda repo report --date_from <YYYY-mm-dd> [OPTIONS]
Description
Downloads artifact download reports for your Anaconda Platform (Self-hosted) instance. You specify a date range and optionally filter by users or channels, and choose output format (JSON or CSV) and filename.
Options
Examples
Download a report for a date range
anaconda repo report --date_from 2024-01-01 --date_to 2024-01-31
Export as CSV with a custom filename
anaconda repo report --date_from 2024-01-01 --file-type csv --filename monthly_report.csv
Filter by channels
anaconda repo report --date_from 2024-01-01 --channels channel1,channel2