Get deployments costs for the organization. Currently unavailable in self-hosted ECE.
Deprecated
EXPERIMENTAL (it may change in future versions): Retrieves the costs associated with all deployments for the organization.
Path parameters
-
organization_id
string Required Identifier for the organization
Responses
-
200 application/json
The costs associated to a set of products
-
400 application/json
Invalid date range specified. (code:
costs.invalid_date_range
) -
403 application/json
The current user does not have access to the requested organization. (code:
organization.invalid_access
) -
404 application/json
Organization not found. (code:
organization.not_found
) -
500 application/json
An error occurred when fetching the costs associated with all deployments for the organization. (code:
billing_service.failed_request
)
GET
/billing/costs/{organization_id}/deployments
curl \
--request GET 'https://{{hostname}}/api/v1/billing/costs/{organization_id}/deployments' \
--user "username:password" \
--header "Accept: string"