get_invoice
Retrieve detailed information about a specific Vultr invoice, including line items and billing details, by providing the invoice ID.
Instructions
Get details of a specific invoice.
Args: invoice_id: The invoice ID
Returns: Invoice details including line items
Input Schema
Name | Required | Description | Default |
---|---|---|---|
invoice_id | Yes |
Input Schema (JSON Schema)
{
"properties": {
"invoice_id": {
"title": "Invoice Id",
"type": "string"
}
},
"required": [
"invoice_id"
],
"type": "object"
}