POST
tavily_org_usage.py
from charter.packs import tavily
result = await tavily.org_usage.ainvoke({"organizationName": ...})
Body
| Field | Type | Description |
|---|---|---|
organizationName * | string | Exact case-sensitive organization name. |
startDate | string | Inclusive start date (YYYY-MM-DD). The server applies the start of the current billing cycle when this is absent. |
endDate | string | Inclusive end date (YYYY-MM-DD). The server applies today when this is absent. |
projectId | string | Scope results to a single project. |
depth | OrgUsageDepth | Scope results to a single request depth. |