From f98030aae67dcc814113d4a6f0b6a685ee32cd6b Mon Sep 17 00:00:00 2001 From: Simon Hammes Date: Thu, 23 Apr 2026 15:56:06 +0200 Subject: [PATCH] Add ai_cost + ai_credit to getTeamInfo endpoint --- team_admin_account_operations.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/team_admin_account_operations.yaml b/team_admin_account_operations.yaml index e37c37c..12fd1a8 100644 --- a/team_admin_account_operations.yaml +++ b/team_admin_account_operations.yaml @@ -2061,6 +2061,10 @@ paths: type: integer scripts_running_count: type: integer + ai_cost: + type: number + ai_credit: + type: number example: org_id: 1 org_name: SeaTable GmbH @@ -2077,6 +2081,8 @@ paths: big_data_total_storage: 0 scripts_running_total: -1 scripts_running_count: 0 + ai_cost: 1234.56 + ai_credit: 5000 put: tags: - Info & Settings