---
title: "Estimate total spend"
method: GET
path: "/organizations/{organization_id}/estimate"
tags: ["Organization Management"]
---

# Estimate total spend

`GET /organizations/{organization_id}/estimate`

Estimates the total spend for the specified organization.

## Path parameters

- `organization_id` string, required

## Response `200`

OK

- OrganizationEstimationObject — An estimation of all organization spend.
  - `total` string — The total estimated price for the organization.
  - `sub_total` string — The sub total for all projects and sellables.
  - `vouchers` string — The total amount of vouchers.
  - `user_licenses` object — An estimation of user licenses cost.
    - `base` object
      - `count` integer — The number of base user licenses.
      - `total` string — The total price for base user licenses.
      - `list` object
        - `admin_user` object — An estimation of admin users cost.
          - `count` integer — The number of admin user licenses.
          - `total` string — The total price for admin user licenses.
        - `viewer_user` object — An estimation of viewer users cost.
          - `count` integer — The number of viewer user licenses.
          - `total` string — The total price for viewer user licenses.
    - `user_management` object
      - `count` integer — The number of user_management licenses.
      - `total` string — The total price for user_management licenses.
      - `list` object
        - `standard_management_user` object — An estimation of standard_management_user cost.
          - `count` integer — The number of standard_management_user licenses.
          - `total` string — The total price for standard_management_user licenses.
        - `advanced_management_user` object — An estimation of advanced_management_user cost.
          - `count` integer — The number of advanced_management_user licenses.
          - `total` string — The total price for advanced_management_user licenses.
  - `user_management` string — An estimation of the advanced user management sellable cost.
  - `support_level` string — The total monthly price for premium support.
  - `subscriptions` object — An estimation of subscriptions cost.
    - `total` string — The total price for subscriptions.
    - `list` object[] — The list of active subscriptions.
      - `license_id` string — The id of the subscription.
      - `project_title` string — The name of the project.
      - `total` string — The total price for the subscription.
      - `usage` object — The detail of the usage for the subscription.
        - `cpu` number — The total cpu for this subsciption.
        - `memory` number — The total memory for this subsciption.
        - `storage` number — The total storage for this subsciption.
        - `environments` integer — The total environments for this subsciption.

## Other responses

- `403` — Forbidden
- `404` — Not Found

---

[API](https://skmtc.net/upsun/apis/upsun-com-rest-api.md) · [All operations](https://skmtc.net/upsun/apis/upsun-com-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/upsun/upsun-com-rest-api/revisions/6cc88fde6435/schema)
