Usage: vws get-database-reco-counts-report [OPTIONS]

  Get a per-target recognition counts report for a database.

  The report is a CSV with a ``target_id,reco_count`` header. Vuforia generates
  the report in the background, so by default we wait for the report to be
  generated before downloading it.

  See
  https://developer.vuforia.com/library/web-api/cloud-targets-web-services-api.

Options:
  --month TEXT                    The month to get recognition counts for, in
                                  the YYYY-mm form. Vuforia accepts only the
                                  current month and the previous month.
                                  [default: (the current month)]
  --output FILE                   The path to write the CSV report to. By
                                  default, the report is written to stdout.
  --no-wait                       Do not wait for the report to be generated.
                                  Instead, show the URL to download the report
                                  from once it has been generated.
  --seconds-between-requests FLOAT RANGE
                                  The number of seconds to wait between requests
                                  made while polling for the report. We wait 0.2
                                  seconds by default, rather than less, than
                                  that to decrease the number of calls made to
                                  the API, to decrease the likelihood of hitting
                                  the request quota.  [default: 0.2; x>=0.05]
  --timeout-seconds FLOAT RANGE   The maximum number of seconds to wait for the
                                  report to be generated.  [default: 300;
                                  x>=0.05]
  --server-access-key TEXT        A Vuforia server access key to use to access
                                  the Vuforia Web Services API.  [env var:
                                  VUFORIA_SERVER_ACCESS_KEY; required]
  --server-secret-key TEXT        A Vuforia server secret key to use to access
                                  the Vuforia Web Services API.  [env var:
                                  VUFORIA_SERVER_SECRET_KEY; required]
  --database-id TEXT              The ID of the Vuforia database which the given
                                  server keys belong to. This is shown in the
                                  Vuforia target manager.  [env var:
                                  VUFORIA_DATABASE_ID; required]
  --base-vws-url TEXT             The base URL for the VWS API.  [default:
                                  https://vws.vuforia.com]
  --connection-timeout-seconds FLOAT RANGE
                                  The connection timeout for HTTP requests, in
                                  seconds.  [default: 30; x>=0.05]
  --read-timeout-seconds FLOAT RANGE
                                  The read timeout for HTTP requests, in
                                  seconds.  [default: 30; x>=0.05]
  -h, --help                      Show this message and exit.
