App Logo
console.anthropic.com

List Anthropic Console invoices

Automatically list Anthropic Console invoices on console.anthropic.com. List the billing invoices on the signed-in Anthropic Console (platform.claude.com) organization: date, type, invoice number, status, amount and each invoice's Stripe-hosted page, plus the organization id and name. Reads the whole invoice history, following pagination, and works whatever language the Console is in. An organization with no invoices returns an empty list; signed out, it stops with a clear error rather than returning nothing. The Stripe links are re-signed on every load, so use them rather than store them.

Input

None

Output

count required

0 is a real answer: the organization has no invoice history.

invoices required
organizationId required
pages optional

How many pages of the history were read.

organizationName optional

FAQ

List the billing invoices on the signed-in Anthropic Console (platform.claude.com) organization: date, type, invoice number, status, amount and each invoice's Stripe-hosted page, plus the organization id and name. Reads the whole invoice history, following pagination, and works whatever language the Console is in. An organization with no invoices returns an empty list; signed out, it stops with a clear error rather than returning nothing. The Stripe links are re-signed on every load, so use them rather than store them.
Ask an AI agent connected to Reduck to run reduck/console.anthropic.com/list_invoices, or run it from a terminal with the Reduck CLI: npx @reduck-ai/cli@latest run --script reduck/console.anthropic.com/list_invoices
You do not need one. "List Anthropic Console invoices" drives the real console.anthropic.com pages in a browser, so it works whether or not console.anthropic.com offers an API for this.
Nothing. It takes no input.
It returns count, pages, invoices, organizationId, organizationName.
Yes. It acts as you on console.anthropic.com: on your own Chrome it reuses your session, and on a Reduck-hosted browser it loads the console.anthropic.com cookies saved by the Reduck extension.
It only reads. It looks things up on console.anthropic.com and changes nothing there.
Ask an AI agent connected to Reduck to run reduck/console.anthropic.com/list_invoices, or run it from a terminal with the Reduck CLI: npx @reduck-ai/cli@latest run --script reduck/console.anthropic.com/list_invoices
It is part of Reduck's official curated catalogue.

Start building not clicking