latestOpenAPI 3.1.02026-08-226994571.1 MB
1e929292ddd5
team management
Get Team Daily Activity
Get daily activity for specific teams or all teams.
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. page (int): Page number for pagination. page_size (int): Number of items per page. exclude_team_ids (Optional[str]): Comma-separated list of team IDs to exclude. Returns: SpendAnalyticsPaginatedResponse: Paginated response containing daily activity data.
get/team/daily/activity
Query parameters
team_idsstring nullable
start_datestring nullable
end_datestring nullable
modelstring nullable
api_keystring nullable
pageinteger
page_sizeinteger
exclude_team_idsstring nullable
Response
Successful Response