App Logo
asana.com

List Asana invoices

List all Asana invoices from the admin billing panel. Returns each invoice's date, invoiceNumber, amount, currency, status, and a temporary download link. Needs an account with billing access; without it the "Invoice history" affordance is absent and the script raises an error rather than returning an empty list.

Input

None

Output

total required
invoices required

FAQ

List all Asana invoices from the admin billing panel. Returns each invoice's date, invoiceNumber, amount, currency, status, and a temporary download link. Needs an account with billing access; without it the "Invoice history" affordance is absent and the script raises an error rather than returning an empty list.
Nothing. It takes no input.
It returns total, invoices.
Yes. It acts as you on asana.com: on your own Chrome it reuses your session, and on a Reduck-hosted browser it loads the asana.com cookies saved by the Reduck extension.
It only reads. It looks things up on asana.com and changes nothing there.
Ask an AI agent connected to Reduck to run reduck/asana.com/list_invoices, or run it from a terminal with the Reduck CLI: npx @reduck-ai/cli@latest run --script reduck/asana.com/list_invoices
It is part of Reduck's official curated catalogue.

Start building not clicking