v50

latestSwagger 2.0raw.githubusercontent.com2024-05-31102129239.2 KB
pipelineruns

Get a pipeline run by its run ID.

get/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataFactory/factories/{factoryName}/pipelineruns/{runId}

Path parameters

subscriptionIdstring required

The subscription identifier.

resourceGroupNamestring required

The resource group name.

factoryNamestring required

The factory name.

runIdstring required

The pipeline run identifier.

Query parameters

api-versionstring required

The API version.

Response

OK.

runIdstring

Identifier of a run.

runGroupIdstring

Identifier that correlates all the recovery runs of a pipeline run.

isLatestboolean

Indicates if the recovered pipeline run is the latest in its group.

pipelineNamestring

The pipeline name.

parametersobject

The full or partial list of parameter name, value pair used in the pipeline run.

runDimensionsobject

Run dimensions emitted by Pipeline run.

lastUpdatedstring date-time

The last updated timestamp for the pipeline run event in ISO8601 format.

runStartstring date-time

The start time of a pipeline run in ISO8601 format.

runEndstring date-time

The end time of a pipeline run in ISO8601 format.

durationInMsinteger

The duration of a pipeline run.

statusstring

The status of a pipeline run. Possible values: Queued, InProgress, Succeeded, Failed, Canceling, Cancelled

messagestring

The message from a pipeline run.