Skip to content
Draft
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
8 changes: 5 additions & 3 deletions docs/cloud/billing-and-usage/billing-api.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,6 @@ tags:

import { ReleaseNoteHeader } from '@site/src/components';

<ReleaseNoteHeader
type="publicPreview"
/>

The Temporal Cloud Billing API provides Namespace-level cost attribution through on-demand billing reports.
Reports are delivered in CSV format and can be accessed via API or downloaded directly for use in FinOps tooling and cost management platforms.
Expand Down Expand Up @@ -68,6 +65,11 @@ Within a single account:

Report generation time varies and is not guaranteed. Factors that affect it include the size of the requested date range and overall platform load.

###Multiple Accounts under One Billable Entity

To preserve account isolation, Billing API requests originating from a Temporal Account that is linked to others for billing purposes will only receive billing data associated with that Temporal Account. Support/Platform charges will be associated with the First (ie oldest) Temporal Account associated with the billable entity.


## Best practices

Provide an idempotency key (`async_operation_id`) when retrying requests.
Expand Down