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

# GET /pipelines

`GET /pipelines`

Lists all pipelines.

## Query parameters

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

## Response `200`

Successfully retrieved the list of pipelines.

- JobPipelineInformationListResult — List of job pipeline information items.
  - `value` JobPipelineInformation[] — The list of job pipeline information items.
    - `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.
  - `nextLink` string — The link (url) to the next page of results.

---

[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)
