Skip to main content
GET
/
report
/
export
report/export
curl --request GET \
  --url https://provisioning.cloudx.io/api/v1/report/export \
  --header 'Authorization: Bearer <token>'
{
  "columns": [
    "<string>"
  ],
  "rows": [
    [
      "<string>"
    ]
  ],
  "row_count": 123
}

Documentation Index

Fetch the complete documentation index at: https://docs.cloudx.io/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
default:YOUR_CLOUDX_API_KEY
required

Create or manage API keys in CloudX Settings.

Query Parameters

start_time
integer<int64>
required

Start of the time range as a Unix timestamp in seconds. The requested range must not exceed 31 days.

end_time
integer<int64>
required

End of the time range as a Unix timestamp in seconds. The requested range must not exceed 31 days.

country
string

ISO 3166-1 alpha-2 country code filter.

device_os
enum<string>

Device operating system filter.

Available options:
iOS,
Android
granularity
enum<string>
default:daily

Reporting bucket size. Defaults to daily.

Available options:
daily,
hourly

Response

CSV-schema export rows.

columns
string[]
required
rows
string[][]
required
Maximum array length: 100000
row_count
integer<int64>
required