team management

Get Team Daily Activity Aggregated

Aggregated daily activity for teams without pagination, including per-team breakdown.

One SQL GROUPING SETS pass returns every day in the range regardless of row volume, so callers never reassemble pages. Same response shape as the paginated endpoint with page metadata pinned to a single page.

Args: team_ids (Optional[str]): Comma-separated list of team IDs to filter by. If not provided, returns data for all teams. start_date (Optional[str]): Start date for the activity period (YYYY-MM-DD). end_date (Optional[str]): End date for the activity period (YYYY-MM-DD). model (Optional[str]): Filter by model name. api_key (Optional[str]): Filter by API key. exclude_team_ids (Optional[str]): Comma-separated list of team IDs to exclude. timezone (Optional[int]): Timezone offset in minutes from UTC, matching JavaScript's Date.getTimezoneOffset() convention. Returns: SpendAnalyticsPaginatedResponse: Response containing all daily activity data for the range.

get/team/daily/activity/aggregated

Query parameters

team_idsstring nullable
start_datestring nullable
end_datestring nullable
modelstring nullable
api_keystring nullable
exclude_team_idsstring nullable
timezoneinteger nullable

Response

Successful Response

Changes

Changed in 1 of the 42 revisions of this API.1