GET
/
billing
/
v1
/
org
/
files
/
{uuid}
/
download
Download a task result file
curl --request GET \
  --url https://api.gcore.com/billing/v1/org/files/{uuid}/download \
  --header 'Authorization: <api-key>'
{
  "headers": [
    "client_id",
    "feature_name"
  ],
  "rows": [
    [
      20001,
      "CDN"
    ],
    [
      20002,
      "Object Storage"
    ]
  ]
}

Authorizations

Authorization
string
header
required

API key for authentication. Make sure to include the word apikey, followed by a single space and then your token. Example: apikey 1234$abcdef

Path Parameters

uuid
string<uuid>
required

Request-Id header value

Response

200
application/json

file data

The response is of type object.