跳转到主要内容
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.

授权

Authorization
string
header
默认值:YOUR_CLOUDX_API_KEY
必填

Create or manage API keys in CloudX Settings.

查询参数

start_time
integer<int64>
必填

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

end_time
integer<int64>
必填

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.

可用选项:
iOS,
Android
granularity
enum<string>
默认值:daily

Reporting bucket size. Defaults to daily.

可用选项:
daily,
hourly

响应

CSV-schema export rows.

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