v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-142021,119944.8 KB

Retrieves a specific run where a ruleset is evaluated against a data source.

post/#X-Amz-Target=AWSGlue.GetDataQualityRulesetEvaluationRun

Headers

X-Amz-Target'AWSGlue.GetDataQualityRulesetEvaluationRun' required

Request body

RunIdstring required

The unique run identifier associated with this run.

Response

Success

RunIdstring

The unique run identifier associated with this run.

Rolestring

An IAM role supplied to encrypt the results of the run.

NumberOfWorkersinteger

The number of <code>G.1X</code> workers to be used in the run. The default is 5.

Timeoutinteger

The timeout for a run in minutes. This is the maximum time that a run can consume resources before it is terminated and enters <code>TIMEOUT</code> status. The default is 2,880 minutes (48 hours).

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

The status for this run.

ErrorStringstring

The error strings that are associated with the run.

StartedOnstring date-time

The date and time when this run started.

LastModifiedOnstring date-time

A timestamp. The last point in time when this data quality rule recommendation run was modified.

CompletedOnstring date-time

The date and time when this run was completed.

ExecutionTimeinteger

The amount of time (in seconds) that the run consumed resources.

RulesetNamesNameString[]

A list of ruleset names for the run.

ResultIdsHashString[]

A list of result IDs for the data quality results for the run.