action digitalocean_billing_history_list { label: "List Billing History" description: "To retrieve a list of all billing history entries, send a GET request to `/v2/customers/my/billing_history`." provider: digitalocean method: GET path: "/v2/customers/my/billing_history" encoding: json output: { type: "object" } }