v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-1444273191.7 KB

Represents one run of a DataBrew job.

get/jobs/{name}/jobRun/{runId}

Path parameters

namestring required

The name of the job being processed during this run.

runIdstring required

The unique identifier of the job run.

Response

Success

Attemptinteger

The number of times that DataBrew has attempted to run the job.

CompletedOnstring date-time

The date and time when the job completed processing.

DatasetNamestring

The name of the dataset for the job to process.

ErrorMessagestring

A message indicating an error (if any) that was encountered when the job ran.

ExecutionTimeinteger

The amount of time, in seconds, during which the job run consumed resources.

JobNamestring required

The name of the job being processed during this run.

RunIdstring

The unique identifier of the job run.

State'STARTING' | 'RUNNING' | 'STOPPING' | 'STOPPED' | 'SUCCEEDED' | 'FAILED' | 'TIMEOUT'

The current state of the job run entity itself.

LogSubscription'ENABLE' | 'DISABLE'

The current status of Amazon CloudWatch logging for the job run.

LogGroupNamestring

The name of an Amazon CloudWatch log group, where the job writes diagnostic messages when it runs.

StartedBystring

The Amazon Resource Name (ARN) of the user who started the job run.

StartedOnstring date-time

The date and time when the job run began.