---
title: "GET /pipelines/{pipelineIdentity}"
method: GET
path: "/pipelines/{pipelineIdentity}"
tags: ["Pipeline"]
---

# GET /pipelines/{pipelineIdentity}

`GET /pipelines/{pipelineIdentity}`

Gets the Pipeline information for the specified pipeline ID.

## Path parameters

- `pipelineIdentity` string, uuid, required

## Query parameters

- `startDateTime` string, date-time
- `endDateTime` string, date-time
- `api-version` string, required

## Response `200`

Successfully retrieved details of the specified pipeline.

- JobPipelineInformation — Job Pipeline Information, showing the relationship of jobs and recurrences of those jobs in a pipeline.
  - `pipelineId` string, uuid — The job relationship pipeline identifier (a GUID).
  - `pipelineName` string — The friendly name of the job relationship pipeline, which does not need to be unique.
  - `pipelineUri` string — The pipeline uri, unique, links to the originating service for this pipeline.
  - `numJobsFailed` integer — The number of jobs in this pipeline that have failed.
  - `numJobsCanceled` integer — The number of jobs in this pipeline that have been canceled.
  - `numJobsSucceeded` integer — The number of jobs in this pipeline that have succeeded.
  - `auHoursFailed` number, double — The number of job execution hours that resulted in failed jobs.
  - `auHoursCanceled` number, double — The number of job execution hours that resulted in canceled jobs.
  - `auHoursSucceeded` number, double — The number of job execution hours that resulted in successful jobs.
  - `lastSubmitTime` string, date-time — The last time a job in this pipeline was submitted.
  - `runs` JobPipelineRunInformation[] — The list of recurrence identifiers representing each run of this pipeline.
    - `runId` string, uuid — The run identifier of an instance of pipeline executions (a GUID).
    - `lastSubmitTime` string, date-time — The time this instance was last submitted.
  - `recurrences` string[] — The list of recurrence identifiers representing each run of this pipeline.

---

[API](https://skmtc.net/azure/apis/datalakeanalyticsjobmanagementclient.md) · [All operations](https://skmtc.net/azure/apis/datalakeanalyticsjobmanagementclient/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/azure/datalakeanalyticsjobmanagementclient/revisions/ef0aef450b34/schema)
