VastAI.show_invoices_v1( invoices: bool = False, invoice_type: Optional[List[str]] = None, charges: bool = False, charge_type: Optional[List[str]] = None, start_date: Optional[str] = None, end_date: Optional[str] = None, limit: int = 20, next_token: Optional[str] = None, format: str = "table", verbose: bool = False, latest_first: bool = False ) -> str
str
from vastai import VastAI client = VastAI(api_key="YOUR_API_KEY") result = client.show_invoices_v1() print(result)