---
title: "Read a method run's resource-usage report."
method: GET
path: "/workflow-runner/method-runs/{methodRunId}/resource-usage"
tags: ["Workflow Runner"]
---

# Read a method run's resource-usage report.

`GET /workflow-runner/method-runs/{methodRunId}/resource-usage`

## Path parameters

- `methodRunId` string, required

## Response `200`

Ok

- WorkflowRunnerMethodResourceUsageReport — Standalone resource usage report for one method run.
  - `allocatedCpus` integer
  - `allocatedGpus` integer
  - `durationInMillis` integer
  - `finishedAt` string, date-time
  - `methodRunId` string — Method run identifier. It is a string composed of the type identifier and a UUID: `method.run:[UUID]`.
  - `name` string
  - `operationRunId` string — Operation run identifier. It is a string composed of the type identifier and a UUID: `operation.run:[UUID]`.
  - `projectId` string
  - `projectName` string, nullable
  - `runTerminalState` string
  - `startedAt` string, date-time
  - `status` 'PARTIAL' | 'FINAL' — Completeness status for resource usage reporting.
  - `usageSummary` WorkflowRunnerResourceUsageSummary — Resource usage split into total, chargeable, and non-chargeable parts.
    - `chargeable` WorkflowRunnerResourceUsage — Resource usage amount in core-seconds.
      - `cpuCoreSeconds` integer
      - `gpuCoreSeconds` integer
    - `nonChargeable` WorkflowRunnerResourceUsage — Resource usage amount in core-seconds.
      - `cpuCoreSeconds` integer
      - `gpuCoreSeconds` integer
    - `total` WorkflowRunnerResourceUsage — Resource usage amount in core-seconds.
      - `cpuCoreSeconds` integer
      - `gpuCoreSeconds` integer

---

[API](https://skmtc.net/simscale/apis/simscale-api.md) · [All operations](https://skmtc.net/simscale/apis/simscale-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/simscale/simscale-api/revisions/53223abaceb7/schema)
