get https://{region}.api.clumio.com/reports/downloads
Returns a list of unexpired, generated reports.
Log in to see full request history
time | status | user agent | |
---|---|---|---|
Retrieving recent requests… |
Loading…
Responses
Returns a list of unexpired, generated reports.
time | status | user agent | |
---|---|---|---|
Retrieving recent requests… |
xxxxxxxxxx
curl --request GET \
--url https://us-west-2.api.clumio.com/reports/downloads \
--header 'accept: application/api.clumio.report-downloads=v1+json'
xxxxxxxxxx
50}
{
"_embedded": {
"items": [
{
"download_link": "string",
"end_timestamp": "string",
"expiration_timestamp": "string",
"file_name": "string",
"filters": "string",
"id": "string",
"start_timestamp": "string",
"task_id": "string",
"type": "string"
}
]
},
"_links": {
"_first": {
"href": "string",
"templated": true,
"type": "string"
},
"_last": {
"href": "string",
"templated": true,