App Logo
cloud.digitalocean.com

List DigitalOcean invoices

List DigitalOcean billing history (invoices + payment receipts) for the signed-in team. Requires an authenticated cloud.digitalocean.com session. Returns count and, per entry, date, amount, type, description, a session-gated invoicePdfUrl and the raw receiptId/invoiceUuid/accountUrn. Notes: entries are whatever the team's billing history holds — a "Payment" receipt carries a receiptId with invoiceUuid null, while a true invoice is the other way round, so treat both id fields as nullable. invoicePdfUrl is only valid for the session that produced it, not a durable link.

Input

None

Output

count required
invoices required

FAQ

List DigitalOcean billing history (invoices + payment receipts) for the signed-in team. Requires an authenticated cloud.digitalocean.com session. Returns count and, per entry, date, amount, type, description, a session-gated invoicePdfUrl and the raw receiptId/invoiceUuid/accountUrn.
Nothing. It takes no input.
It returns count, invoices.
Yes. It acts as you on cloud.digitalocean.com: on your own Chrome it reuses your session, and on a Reduck-hosted browser it loads the cloud.digitalocean.com cookies saved by the Reduck extension.
It only reads. It looks things up on cloud.digitalocean.com and changes nothing there.
Ask an AI agent connected to Reduck to run reduck/cloud.digitalocean.com/list_invoices, or run it from a terminal with the Reduck CLI: npx @reduck-ai/cli@latest run --script reduck/cloud.digitalocean.com/list_invoices
It is part of Reduck's official curated catalogue.

Start building not clicking