App Logo
airtable.com

List Airtable invoices

List Airtable workspace billing invoices across every workspace you have billing access to. Each invoice resolves to its Stripe hosted invoice URL (download via invoice.stripe.com/download_invoice_pdf). Returns total plus invoices (workspace, date, amount, status, hosted_invoice_url). Billing is per-workspace and only the workspace billing owner sees the Billing tab; workspaces without paid history return no invoices.

Input

None

Output

total required
invoices required

FAQ

List Airtable workspace billing invoices across every workspace you have billing access to. Each invoice resolves to its Stripe hosted invoice URL (download via invoice.stripe.com/download_invoice_pdf). Returns total plus invoices (workspace, date, amount, status, hosted_invoice_url). Billing is per-workspace and only the workspace billing owner sees the Billing tab; workspaces without paid history return no invoices.
Nothing. It takes no input.
It returns total, invoices.
Yes. It acts as you on airtable.com: on your own Chrome it reuses your session, and on a Reduck-hosted browser it loads the airtable.com cookies saved by the Reduck extension.
It only reads. It looks things up on airtable.com and changes nothing there.
Ask an AI agent connected to Reduck to run reduck/airtable.com/list_invoices, or run it from a terminal with the Reduck CLI: npx @reduck-ai/cli@latest run --script reduck/airtable.com/list_invoices
It is part of Reduck's official curated catalogue.

Start building not clicking