get_bill_list
Retrieve billing history for a specific Sakura Cloud project by providing the account ID to view invoices and payment details.
Instructions
さくらのクラウドAPIから指定プロジェクトIDの請求一覧を取得します
Args: account_id (str): プロジェクトID(アカウントID)
Returns: dict: 請求一覧のJSONレスポンス - is_ok: 処理結果 - Count: 件数 - ResponsedAt: レスポンス時刻 - Bills: 請求書情報のリスト
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| account_id | Yes |