App Logo
cloudflare.com

Download Cloudflare invoice/receipt

Download a single Cloudflare billing-history entry's PDF by accountId + invoiceId (from cloudflare.com/list_invoices). Returns the PDF bytes as base64 plus a filename.

Input

accountId required

32-char account id from cloudflare.com/list_invoices.

invoiceId required

Billing-history entry UUID from cloudflare.com/list_invoices.

type optional

The entry's `type` field from cloudflare.com/list_invoices, e.g. "invoice". Defaults to "invoice" if omitted.

Output

filename required
contentBase64 required

FAQ

Download a single Cloudflare billing-history entry's PDF by accountId + invoiceId (from cloudflare.com/list_invoices). Returns the PDF bytes as base64 plus a filename.
Required: accountId, invoiceId. Optional: type.
It returns filename, contentBase64.
Yes. It acts as you on cloudflare.com: on your own Chrome it reuses your session, and on a Reduck-hosted browser it loads the cloudflare.com cookies saved by the Reduck extension.
It only reads. It looks things up on cloudflare.com and changes nothing there.
Ask an AI agent connected to Reduck to run reduck/cloudflare.com/download_invoice, or run it from a terminal with the Reduck CLI: npx @reduck-ai/cli@latest run --script reduck/cloudflare.com/download_invoice
It is part of Reduck's official curated catalogue.

Start building not clicking