---
title: "Get CU costs"
method: GET
path: "/v1/cu/costs"
tags: ["CU"]
---

# Get CU costs

`GET /v1/cu/costs`

Get the complete CU cost list for all triggers and actions (public, no auth)

## Response `200`

OK

- GetCUCostsSuccessResponse
  - `code` integer
  - `data` GithubComB3FunB3MonoServicesB3osWorkflowInternalPkgEntityCUCostsResult
    - `actions` GithubComB3FunB3MonoServicesB3osWorkflowInternalPkgEntityCUCostActionsByCategory
      - `builtIn` GithubComB3FunB3MonoServicesB3osWorkflowInternalPkgEntityCUCostItem[]
        - `cost` number
        - `source` string — "default" or "override"
        - `type` string
      - `dynamic` GithubComB3FunB3MonoServicesB3osWorkflowInternalPkgEntityCUCostItem[]
        - `cost` number
        - `source` string — "default" or "override"
        - `type` string
      - `logic` GithubComB3FunB3MonoServicesB3osWorkflowInternalPkgEntityCUCostItem[]
        - `cost` number
        - `source` string — "default" or "override"
        - `type` string
    - `defaults` GithubComB3FunB3MonoServicesB3osWorkflowInternalPkgEntityCUCostDefaults
      - `builtIn` number
      - `dynamic` number
      - `logic` number
      - `trigger` number
    - `triggers` GithubComB3FunB3MonoServicesB3osWorkflowInternalPkgEntityCUCostItem[]
      - `cost` number
      - `source` string — "default" or "override"
      - `type` string
  - `message` string
  - `requestId` string

---

[API](https://skmtc.net/b3-fun/apis/b3os-workflow-api.md) · [All operations](https://skmtc.net/b3-fun/apis/b3os-workflow-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/b3-fun/b3os-workflow-api/revisions/5a750a5a9596/schema)
