---
title: "Get runs with CU costs"
method: GET
path: "/v1/organizations/{orgId}/cu/runs"
tags: ["CU"]
---

# Get runs with CU costs

`GET /v1/organizations/{orgId}/cu/runs`

Get recent workflow runs with their aggregated CU consumption

## Path parameters

- `orgId` string, required

## Query parameters

- `limit` integer
- `offset` integer

## Request body

- object

## Response `200`

OK

- GetCURunsSuccessResponse
  - `code` integer
  - `data` PaginatedDataCURunItem
    - `hasMore` boolean
    - `items` CURunItem[]
      - `finishedAt` string
      - `runId` string
      - `startedAt` string
      - `status` 'running' | 'waiting' | 'success' | 'partial' | 'failure' | 'cancelled'
      - `totalCu` number
      - `triggerSource` string
      - `workflowId` string
    - `limit` integer
    - `offset` integer
  - `message` string
  - `requestId` string

## Other responses

- `400` — Bad Request
- `500` — Internal Server Error

---

[API](https://skmtc.dev/b3os/apis/b3os-workflow-api.md) · [All operations](https://skmtc.dev/b3os/apis/b3os-workflow-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/b3os/b3os-workflow-api/revisions/a8c7af3c66a1/schema)
