Skip to main content
GET
/
billing
/
org
/
v1
/
reports
/
{uuid}
/
download
Download a report result file
curl --request GET \
  --url https://api.gcore.com/billing/org/v1/reports/{uuid}/download \
  --header 'Authorization: <api-key>'
{
  "headers": [
    "<string>"
  ],
  "rows": [
    [
      "<unknown>"
    ]
  ]
}

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

Query Parameters

format
enum<string>
Available options:
csv,
json,
xlsx

Response

Report data in JSON format.

headers
string[]

Column headers for the report data.

rows
any[][]

Report data rows.