Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 9 additions & 3 deletions src/current/cockroachcloud/billing-management.md
Original file line number Diff line number Diff line change
Expand Up @@ -149,11 +149,17 @@ You can also use the Cloud API to [get invoices for an organization]({% link coc

### Export invoices

You can export invoice data in CSV or PDF format. From the **Invoices** tab, on the row of any billing period, click the **...** button under the **Download** column and select **Export CSV** or **Export PDF**.
You can export invoice data in CSV or PDF format. From the **Invoices** tab, on the row of any billing period, click the **...** button under the **Download** column and select an export option:

- The CSV file includes line items for all clusters in your organization for the selected billing period. It includes the same information that is available when viewing invoices within the Console.
- **Export Monthly CSV**: Exports a CSV file with one row per line item for all clusters in your organization, matching what is displayed in invoices in the Console. Any adjustments (such as applied credits or fees) are appended as additional rows at the end of the file, with no cluster-specific details.

- The PDF renders invoice information from the Console into a traditional invoice format. This format includes the high level information from the Console, a summary of total usage, the organization's billing address, and a CockroachDB letterhead.
- **Export Daily CSV**: Contains the same columns and structure as the Monthly CSV, but usage rows are broken down by individual day rather than aggregated across the full billing period. Two additional columns are included: **Usage date** (the date each usage row covers) and **Locality** (for multi-region charge breakdowns). Adjustments are appended in the same way as in the Monthly CSV.

{{site.data.alerts.callout_info}}
**Export Daily CSV** is not available for invoices posted in 2025 or earlier.
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit:
Shall we instead say: Export Daily CSV is only available for invoices from 2026?

{{site.data.alerts.end}}

- **Export Invoice PDF**: Renders invoice information from the Console into a traditional invoice format. This format includes the high level information from the Console, a summary of total usage, the organization's billing address, and a CockroachDB letterhead.

If you're using [folders]({% link cockroachcloud/folders.md %}) to organize your clusters, the full path for each cluster is provided under the **Cluster path** column.

Expand Down
Loading