Retrieves costs associated with all items for the organization. Admin callers receive all items; non-admin user callers are filtered to items billed against instances they have access to.
GET
/api/v2/billing/organizations/{organization_id}/costs/items
curl \
--request GET 'https://cloud.elastic.co/api/v2/billing/organizations/{organization_id}/costs/items?from=2021-04-21T00%3A00%3A00%2B00%3A00&to=2021-04-21T00%3A00%3A00%2B00%3A00' \
--header "Accept: string"