# Get itemized costs for the organization. Currently unavailable in self-hosted ECE. **GET /billing/costs/{organization_id}/items** Retrieves the itemized costs for the organization. ## Servers - https://api.elastic-cloud.com/api/v1: https://api.elastic-cloud.com/api/v1 () ## Parameters ### Path parameters - **organization_id** (string) Identifier for the organization ### Query parameters - **from** (string) A datetime for the beginning of the desired range for which to fetch costs. Defaults to start of current month. - **to** (string) A datetime for the end of the desired range for which to fetch costs. Defaults to the current date. ## Responses ### 200 The costs associated to a set of items #### Body: application/json (object) - **costs** (object) Costs overview for an organization. All of the costs, credits, trials are expressed in Elastic Consumption Unit (ECU). - **data_transfer_and_storage** (array[object]) List of the detailed costs associated to the Data Transfer and Storage (DTS) dimensions - **resources** (array[object]) Costs of the list of resources ### 400 The specified date range is invalid. (code: `costs.invalid_date_range`) #### Headers - **x-cloud-error-codes** (string) The error codes associated with the response #### Body: application/json (object) - **errors** (array[object]) A list of errors that occurred in the failing request ### 403 The current user does not have access to the requested organization. (code: `organization.invalid_access`) #### Headers - **x-cloud-error-codes** (string) The error codes associated with the response #### Body: application/json (object) - **errors** (array[object]) A list of errors that occurred in the failing request ### 404 Organization not found. (code: `organization.not_found`) #### Headers - **x-cloud-error-codes** (string) The error codes associated with the response #### Body: application/json (object) - **errors** (array[object]) A list of errors that occurred in the failing request ### 500 Error fetching the itemized costs for the organization. (code: `billing_service.failed_request`) #### Headers - **x-cloud-error-codes** (string) The error codes associated with the response #### Body: application/json (object) - **errors** (array[object]) A list of errors that occurred in the failing request [Powered by Bump.sh](https://bump.sh)