v1
latestOpenAPI 3.0.02026-08-0417295208.0 KBreports
Endpoint to get artifact downloaded event reports
Generates artifact downloaded report for records satisfying given filter conditions.
- This feature is only available for admin users.
- from_date, to_date and download_as are mandatory fields.
- usernames list and channel names list are optional fields.
- Example: If you enter a date duration, give list of channel names, list of user names in the request, you get a report of artifact downloaded details downloaded during that duration AND (from the channel names given OR downloaded by what users specified).
post/reports/artifact_downloads
Request body
Response
Returns artifact download report file successfully based on download_as option selected
Example response
{
"items": [
{
"cve_information": [
{
"id": "CVE-2019-9948"
}
]
}
]
}