简体中文
Get space credit usage summary
cURL
curl --request GET \ --url https://app.teable.cn/api/space/%7BspaceId%7D/billing/credit-usage-summary \ --header 'Authorization: Bearer REPLACE_BEARER_TOKEN'
[ { "date": "<string>", "automation_action": 123, "automation_ai_action": 123, "ai_generation": 123, "field_ai_generation": 123, "ai_chat": 123 } ]
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Returns space credit usage summary.
The response is of type object[].
object[]