postman.co
Postman: list invoices
List Postman billing invoices. Returns per invoice: invoiceId, date, plan, amount, status, viewUrl (public tokenized page) and pdfUrl (direct PDF endpoint). The PDF is rendered inline by Chrome rather than saved as a file, so open pdfUrl or viewUrl in a browser to keep a copy.
Input
None
Output
total requiredNumber of invoices returned.
invoices requiredFAQ
List Postman billing invoices. Returns per invoice: invoiceId, date, plan, amount, status, viewUrl (public tokenized page) and pdfUrl (direct PDF endpoint). The PDF is rendered inline by Chrome rather than saved as a file, so open pdfUrl or viewUrl in a browser to keep a copy.
Nothing. It takes no input.
It returns total, invoices.
Yes. It acts as you on postman.co: on your own Chrome it reuses your session, and on a Reduck-hosted browser it loads the postman.co cookies saved by the Reduck extension.
It only reads. It looks things up on postman.co and changes nothing there.
Ask an AI agent connected to Reduck to run reduck/postman.co/list_invoices, or run it from a terminal with the Reduck CLI: npx @reduck-ai/cli@latest run --script reduck/postman.co/list_invoices
It is part of Reduck's official curated catalogue.
Postman login (Google SSO)
Log into Postman using your connected Google account. Signs in via Google's account chooser and lands on your Postman workspace.
Postman: download invoice PDF
Downloads a Postman invoice PDF given its public viewUrl (from postman.co/list_invoices). The download itself is reliable; occasionally the confirmation step doesn't complete, in which case status is reported as unconfirmed even though the file was saved successfully.
