Gateway Analytics
Top Gateway Analytics
GET
/
ipfs
/
gateway_analytics_top
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Query Parameters
gateway_domain
string
requiredGateway domain to filter by
start_date
string
requiredStart date of aggregation in the format YYYY-MM-DD
end_date
string
requiredEnd date of aggregation in the format YYYY-MM-DD
by
enum<string>
requiredAttribute to aggregaate results by, must be cid
, country
, region
, user_agent
, referer
, or file_name
.
Available options:
cid
, country
, region
, user_agent
, referrer
, file_name
sort_by
enum<string>
requiredSort data by either requests
or bandwidth
Available options:
requests
, bandwidth
cid
string
Filter by CID
file_name
string
Filter by file name
user_agent
string
Filter by user agent
country
string
Filter by country
region
string
Filter by region
referer
string
Filter by referer
http_status_code
enum<string>
Filter results by HTTP status code
Available options:
200
, 206
, 301
, 302
, 304
, 307
, 308
, 404
, 499
limit
integer
Limit the number of results returned, default is 100
sort_order
enum<string>
Sort results by either asc
or desc
Available options:
asc
, desc
Response
200 - application/json
The response is of type object
.