List a Vercel team's billing invoices, newest first: billing period, status, total due, invoiced date, invoice id, a direct PDF download link, and a link to the invoice's detail page. Optionally pass a team URL slug; defaults to the account's own scope.
Input
teamoptional
Vercel team URL slug (e.g. acme-team). Optional -- defaults to the account's default team/scope (resolved from the dashboard redirect).
Output
teamrequired
countrequired
invoicesrequired
FAQ
List a Vercel team's billing invoices, newest first: billing period, status, total due, invoiced date, invoice id, a direct PDF download link, and a link to the invoice's detail page. Optionally pass a team URL slug; defaults to the account's own scope.
Optional: team.
It returns team, count, invoices.
Yes. It acts as you on vercel.com: on your own Chrome it reuses your session, and on a Reduck-hosted browser it loads the vercel.com cookies saved by the Reduck extension.
It only reads. It looks things up on vercel.com and changes nothing there.
Ask an AI agent connected to Reduck to run reduck/vercel.com/list_invoices, or run it from a terminal with the Reduck CLI: npx @reduck-ai/cli@latest run --script reduck/vercel.com/list_invoices
It is part of Reduck's official curated catalogue.