latestOpenAPI 3.0.32026-08-201592,4923.4 MB

53223abaceb7

Workflow Runner

Read a method run's resource-usage report.

get/workflow-runner/method-runs/{methodRunId}/resource-usage

Path parameters

methodRunIdstring required

Response

Ok

allocatedCpusinteger
allocatedGpusinteger
durationInMillisinteger
finishedAtstring date-time
methodRunIdstring

Method run identifier. It is a string composed of the type identifier and a UUID: method.run:[UUID].

namestring
operationRunIdstring

Operation run identifier. It is a string composed of the type identifier and a UUID: operation.run:[UUID].

projectIdstring
projectNamestring nullable
runTerminalStatestring
startedAtstring date-time
status'PARTIAL' | 'FINAL'

Completeness status for resource usage reporting.

Example response

{
  "methodRunId": "method.run:3fa85f64-5717-4562-b3fc-2c963f66afa6",
  "operationRunId": "operation.run:3fa85f64-5717-4562-b3fc-2c963f66afa6"
}