# Get Download Logs Download a log showing a summary of the end-customers' download activity from all registry service instances. Endpoint: GET /api/v1/downloads Version: 1.0 Security: ## Header parameters: - `Authorization` (string, required) Use Bearer token for authorization ## Query parameters: - `month` (integer) The calendar month for which data is requested. Format=mm, where mm is the two-digit month (01 - 12). If the month is the current month, then all data for that month up to the current time is returned. - `page` (integer, required) Retrieves a specific page. - `pageSize` (integer, required) Specifies how many data sets per page should be returned. - `year` (integer, required) The year of the calendar month for which data is requested. Format=yyyy. ## Response 200 fields (application/json): - `account` (string) - `artifact` (string) - `id` (integer) - `timestamp` (string) - `username` (string) ## Response 400 fields ## Response 401 fields ## Response 403 fields ## Response 500 fields