v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-14107682538.8 KB

Gets detailed information about a run task using its ID.

get/run/{id}/task/{taskId}

Path parameters

idstring required

The workflow run ID.

taskIdstring required

The task's ID.

Response

Success

taskIdstring

The task's ID.

status'PENDING' | 'STARTING' | 'RUNNING' | 'STOPPING' | 'COMPLETED' | 'CANCELLED' | 'FAILED'

The task's status.

namestring

The task's name.

cpusinteger

The task's CPU usage.

cacheHitboolean

Set to true if Amazon Web Services HealthOmics found a matching entry in the run cache for this task.

cacheS3Uristring

The S3 URI of the cache location.

memoryinteger

The task's memory use in gigabytes.

creationTimestring date-time

When the task was created.

startTimestring date-time

The task's start time.

stopTimestring date-time

The task's stop time.

statusMessagestring

The task's status message.

logStreamstring

The task's log stream.

gpusinteger

The number of Graphics Processing Units (GPU) specified in the task.

instanceTypestring

The instance type for a task.

failureReasonstring

The reason a task has failed.