Skip to main content
GET
Get end-user Teams bot (MAU) usage and charge for a month

Authorizations

Authorization
string
header
required

Authorization: Bearer <token> where <token> is either a neo_sk_<env>_<secret> API key (service account) or a Microsoft Entra ID access token (dashboard user).

Query Parameters

month
string

Month in YYYY-MM format. Defaults to current month.

Response

Success.

data
EndUserTeamsUsage · object
required

End-user (white-label) Teams bot MAU usage + charge for a month.

active_users = distinct end-users with >=2 messages that month. charge is the MSP's own add-on bill for that count (marginal tiers + 100 floor) in currency — for the current month it is a projection that finalizes when the month closes; for a past month it is what was billed. This is the customer's own bill, not provider/LLM cost (see module docstring).

meta
object
required