get_organization_usage_events
Retrieve filtered usage events for an organization. Support date range, team selection, and pagination.
Instructions
Get org-wide usage events (POST /organizations/filtered-usage-events).
Args: organization_id: Public org id (org_...). start_date_ms: Optional range start as epoch milliseconds. end_date_ms: Optional range end as epoch milliseconds. team_ids_json: Optional JSON array of team ids to include. page: 1-indexed page (default 1). page_size: Page size (default 100).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | ||
| page_size | No | ||
| end_date_ms | No | ||
| start_date_ms | No | ||
| team_ids_json | No | ||
| organization_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||