v1
latestOpenAPI 3.1.02026-07-26180242448.0 KBStream Logs
List billing logs
List billing logs for stream monitors. Shows credit deductions with billing cadence details, tier rates, and account counts. Useful for tracking streaming costs and verifying billing accuracy.
get/v1/twitter/stream/billing-logs
Query parameters
monitor_idstring
Filter logs by stream monitor ID.
pageinteger
Page number for pagination.
page_sizeinteger
Number of logs per page.
Response
Successfully retrieved billing logs.
Example response
{
"logs": [
{
"tier_label": "Standard"
}
]
}