billing

Get a billing operation by ID

[cloud-only] Returns details of a specific billing operation.

get/api/billing/ops/{id}

Path parameters

idstring required

The billing operation ID.

Response

Billing operation

idstring required

Unique identifier for the billing operation

status'pending' | 'succeeded' | 'failed' required

Current status of the operation

error_messagestring

Error message if status is failed

started_atstring date-time required

When the operation was initiated

completed_atstring date-time

When the operation completed (success or failure)

Changes