List Descript billing invoices for the signed-in drive. Returns id, number, date, total (in cents), currency, paid and receiptUrl (a Stripe receipt page linking to the invoice PDF) per invoice.
Input
limitoptional
Max invoices to list (page size).
Default: 12
Output
countrequired
invoicesrequired
FAQ
List Descript billing invoices for the signed-in drive. Returns id, number, date, total (in cents), currency, paid and receiptUrl (a Stripe receipt page linking to the invoice PDF) per invoice.
Optional: limit.
It returns count, invoices.
Yes. It acts as you on web.descript.com: on your own Chrome it reuses your session, and on a Reduck-hosted browser it loads the web.descript.com cookies saved by the Reduck extension.
It only reads. It looks things up on web.descript.com and changes nothing there.
Ask an AI agent connected to Reduck to run reduck/web.descript.com/list_invoices, or run it from a terminal with the Reduck CLI: npx @reduck-ai/cli@latest run --script reduck/web.descript.com/list_invoices
It is part of Reduck's official curated catalogue.