pydo.apps.list_metrics_bandwidth_daily()
Generated on 3 Aug 2026
from pydo version
v0.40.0
Usage
client.apps.list_metrics_bandwidth_daily(
body={
"app_ids": [...],
"date": "2023-01-17T00:00:00Z",
},
)Description
Retrieve daily bandwidth usage metrics for multiple apps.
Parameters
app_idsarray of strings requiredExample:
['4f6c71e2-1e90-4762-9fee-6cc4a0a9f2cf', 'c2a93513-8d9b-4223-9d61-5e7272c81cf5']A list of app IDs to query bandwidth metrics for.
datestring optionalExample:
2023-01-17T00:00:00ZOptional day to query. Only the date component of the timestamp will be considered. Default: yesterday.
Request Sample
Response Example
More Information
See /v2/apps/metrics/bandwidth_daily in the API reference for additional detail on responses, headers, parameters, and more.