get_organization_daily_usage_data
Retrieve daily usage data for an organization within a specified date range. Supports optional team filtering and pagination.
Instructions
Get org daily usage (POST /organizations/daily-usage-data).
Args: organization_id: Public org id (org_...). start_date_ms: Range start as epoch milliseconds. end_date_ms: Range end as epoch milliseconds. team_ids_json: Optional JSON array of team ids. page: Optional page (use with page_size). page_size: Optional page size (use with page).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | ||
| page_size | No | ||
| end_date_ms | Yes | ||
| start_date_ms | Yes | ||
| team_ids_json | No | ||
| organization_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||