App Logo
huggingface.co

Hugging Face — list invoices

List Hugging Face billing invoices from /settings/billing/invoices (newest first). Each row carries period, status and amount; rows with a finalized Stripe invoice also expose hostedInvoiceUrl (https://invoice.stripe.com/i/...), which is null when HF doesn't render a downloadable invoice for that period. For org billing, set the active org's billing via the org URL first (this reads the personal/default billing scope).

Input

None

Output

count required
invoices required

FAQ

List Hugging Face billing invoices from /settings/billing/invoices (newest first). Each row carries period, status and amount; rows with a finalized Stripe invoice also expose hostedInvoiceUrl (https://invoice.stripe.com/i/...), which is null when HF doesn't render a downloadable invoice for that period. For org billing, set the active org's billing via the org URL first (this reads the personal/default billing scope).
Nothing. It takes no input.
It returns count, invoices.
Yes. It acts as you on huggingface.co: on your own Chrome it reuses your session, and on a Reduck-hosted browser it loads the huggingface.co cookies saved by the Reduck extension.
It only reads. It looks things up on huggingface.co and changes nothing there.
Ask an AI agent connected to Reduck to run reduck/huggingface.co/list_invoices, or run it from a terminal with the Reduck CLI: npx @reduck-ai/cli@latest run --script reduck/huggingface.co/list_invoices
It is part of Reduck's official curated catalogue.

Start building not clicking