---
title: "GET /pipelines"
method: GET
path: "/pipelines"
---

# GET /pipelines

`GET /pipelines`

Retrieves a list of pipelines.

## Query parameters

- `nextToken` string
- `maxResults` integer

## Response `200`

Success

- ListPipelinesResponse
  - `pipelineSummaries` PipelineSummary[] — A list of <code>PipelineSummary</code> objects.
    - `pipelineName` string — The name of the pipeline.
    - `reprocessingSummaries` ReprocessingSummary[] — A summary of information about the pipeline reprocessing.
      - `id` string — The <code>reprocessingId</code> returned by <code>StartPipelineReprocessing</code>.
      - `status` 'RUNNING' | 'SUCCEEDED' | 'CANCELLED' | 'FAILED' — The status of the pipeline reprocessing.
      - `creationTime` string, date-time — The time the pipeline reprocessing was created.
    - `creationTime` string, date-time — When the pipeline was created.
    - `lastUpdateTime` string, date-time — When the pipeline was last updated.
  - `nextToken` string — The token to retrieve the next set of results, or <code>null</code> if there are no more results.

## Other responses

- `480` — InvalidRequestException
- `481` — InternalFailureException
- `482` — ServiceUnavailableException
- `483` — ThrottlingException

---

[API](https://skmtc.net/aws/apis/iotanalytics.md) · [All operations](https://skmtc.net/aws/apis/iotanalytics/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/aws/iotanalytics/versions/e78558b7408d/schema)
