Get itemized costs for the organization. Currently unavailable in self-hosted ECE.
Deprecated
EXPERIMENTAL (it may change in future versions): Retrieves the itemized costs for the organization.
Path parameters
-
organization_id
string Required Identifier for the organization
Responses
-
200 application/json
The costs associated to a set of items
-
400 application/json
The specified date range is invalid. (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
Error fetching the itemized costs for the organization. (code:
billing_service.failed_request
)
GET
/billing/costs/{organization_id}/items
curl \
--request GET 'https://api.elastic-cloud.com/api/v1/billing/costs/{organization_id}/items'