App Logo
linear.app

List Linear invoices

List the invoices on a Linear workspace's billing page (linear.app/<workspace>/settings/billing, "Recent invoices" section). Requires you to already be logged in to Linear in your browser. Each invoice row exposes a public Stripe hosted-invoice URL ("View" link). Returns workspace + invoices[{date, description, amount, url}] exactly as displayed (amount is the shown string e.g. "$12.00"); empty list is a valid result for a workspace with no invoices.

Input

workspace optional

Linear workspace URL slug, e.g. "acme" (from linear.app/<workspace>/…). Optional — defaults to the currently active workspace.

Output

invoices required
workspace required

FAQ

List the invoices on a Linear workspace's billing page (linear.app/<workspace>/settings/billing, "Recent invoices" section). Requires you to already be logged in to Linear in your browser. Each invoice row exposes a public Stripe hosted-invoice URL ("View" link). Returns workspace + invoices[{date, description, amount, url}] exactly as displayed (amount is the shown string e.g. "$12.00"); empty list is a valid result for a workspace with no invoices.
Optional: workspace.
It returns invoices, workspace.
Yes. It acts as you on linear.app: on your own Chrome it reuses your session, and on a Reduck-hosted browser it loads the linear.app cookies saved by the Reduck extension.
It only reads. It looks things up on linear.app and changes nothing there.
Ask an AI agent connected to Reduck to run reduck/linear.app/list_invoices, or run it from a terminal with the Reduck CLI: npx @reduck-ai/cli@latest run --script reduck/linear.app/list_invoices
It is part of Reduck's official curated catalogue.

Start building not clicking